Skip to content

Commit

Permalink
fix to use custom sig verify gas consumer (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 authored Nov 5, 2024
1 parent 34e8f2d commit f43ac99
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 @@ -52,7 +52,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 f43ac99

Please sign in to comment.