Skip to content

Commit

Permalink
fix to use custom sig verify gas consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 5, 2024
1 parent 3d45bbf commit e8dedcf
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 @@ -72,7 +72,7 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {

sigGasConsumer := options.SigGasConsumer
if sigGasConsumer == nil {
sigGasConsumer = ante.DefaultSigVerificationGasConsumer
sigGasConsumer = sigverify.DefaultSigVerificationGasConsumer
}

txFeeChecker := options.TxFeeChecker
Expand Down

0 comments on commit e8dedcf

Please sign in to comment.