We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d45bbf commit 0a5241eCopy full SHA for 0a5241e
app/ante/ante.go
@@ -72,7 +72,7 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {
72
73
sigGasConsumer := options.SigGasConsumer
74
if sigGasConsumer == nil {
75
- sigGasConsumer = ante.DefaultSigVerificationGasConsumer
+ sigGasConsumer = sigverify.DefaultSigVerificationGasConsumer
76
}
77
78
txFeeChecker := options.TxFeeChecker
0 commit comments