Skip to content

Commit

Permalink
version SigVerificationDecorator
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Apr 5, 2024
1 parent fe8c20f commit 8a4e0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func NewAnteHandler(
ante.NewSetPubKeyDecorator(ak), // SetPubKeyDecorator must be called before all signature verification decorators
ante.NewValidateSigCountDecorator(ak),
ante.NewSigGasConsumeDecorator(ak, sigGasConsumer),
// ante.NewSigVerificationDecorator(ak, signModeHandler),
ante.NewSigVerificationDecorator(ak, signModeHandler),
ante.NewIncrementSequenceDecorator(ak),
ibcante.NewRedundantRelayDecorator(channelKeeper),
)
Expand Down

0 comments on commit 8a4e0d4

Please sign in to comment.