Skip to content

Commit

Permalink
gaia: add NewSetUpContextDecorator to antedecorator (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Nov 24, 2021
1 parent 555fdd5 commit 4533e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

* (gaia) Add NewSetUpContextDecorator to anteDecorators

## [v6.0.0] - 2021-11-11

* (golang) Bump golang prerequisite to 1.17.
Expand Down
1 change: 1 addition & 0 deletions app/ante_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {
}

anteDecorators := []sdk.AnteDecorator{
ante.NewSetUpContextDecorator(),
ante.NewRejectExtensionOptionsDecorator(),
ante.NewMempoolFeeDecorator(),
ante.NewValidateBasicDecorator(),
Expand Down

0 comments on commit 4533e8a

Please sign in to comment.