Skip to content

Commit

Permalink
added few functionalities for mmry allocn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shawayush committed Oct 11, 2022
1 parent 153c271 commit f0a4111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ func New(
panic(err)
}

app.SetInitChainer(app.InitChainer)
app.SetBeginBlocker(app.BeginBlocker)
app.SetAnteHandler(anteHandler)
app.SetEndBlocker(app.EndBlocker)

Expand Down

0 comments on commit f0a4111

Please sign in to comment.