Skip to content

Commit

Permalink
Add tips comments
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed May 23, 2022
1 parent 1a39948 commit be08978
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,12 @@ func NewSimApp(
// one decorator: the Transaction Tips decorator. However, some chains do
// not need it by default, so the following line is commented out. You can
// uncomment it to include the tips decorator, or define your own
// postHandler chain. Please note that changing any of the anteHandler or
// postHandler chain is likely to be a state-machine breaking change, which
// needs a coordinated upgrade.
// postHandler chain. To read more about tips:
// https://docs.cosmos.network/main/core/tips.html
//
// Please note that changing any of the anteHandler or postHandler chain is
// likely to be a state-machine breaking change, which needs a coordinated
// upgrade.
//
// Uncomment to enable postHandlers:
// app.setPostHandler()
Expand Down

0 comments on commit be08978

Please sign in to comment.