Skip to content

Commit

Permalink
tell linter to chill out
Browse files Browse the repository at this point in the history
  • Loading branch information
zale144 committed Jun 10, 2024
1 parent 67b6ee0 commit ba9e8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func NewHandler(options HandlerOptions) (sdk.AnteHandler, error) {
}
anteHandler = cosmosHandler(
options,
// nolint:staticcheck
cosmosante.NewLegacyEip712SigVerificationDecorator(options.AccountKeeper, options.SignModeHandler), // Use old signature verification: uses EIP instead of the cosmos signature validator
)
case "/ethermint.types.v1.ExtensionOptionDynamicFeeTx": // TODO: can delete?
Expand Down

0 comments on commit ba9e8e7

Please sign in to comment.