Skip to content

Commit

Permalink
update globalfee params
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Sep 11, 2024
1 parent 92a08fa commit ec07e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/globalfee/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
)

var maxTotalBypassMinFeeMsgGasUsage = 2_000_000
var maxTotalBypassMinFeeMsgGasUsage = uint64(2_000_000)

// DefaultParams returns default parameters
func DefaultParams() Params {
Expand Down

0 comments on commit ec07e52

Please sign in to comment.