Skip to content

Commit

Permalink
add handler
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 22, 2024
1 parent 9f7bcea commit 696e848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,7 @@ func New(
app.SetBeginBlocker(app.BeginBlocker)
app.SetAnteHandler(anteHandler)
app.SetEndBlocker(app.EndBlocker)
_ = postHandler

app.SetPostHandler(postHandler)

// Note: This migration is completed, we can remove these lines.
// Upgrade handler for v1
Expand Down

0 comments on commit 696e848

Please sign in to comment.