Skip to content

Commit

Permalink
Update x/globalfee/ante/fee.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
yaruwangway and mpoke authored Mar 24, 2023
1 parent d046942 commit ebc3824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/globalfee/ante/fee.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (mfd FeeDecorator) ContainsOnlyBypassMinFeeMsgs(msgs []sdk.Msg) bool {
return true
}

// GetMinGasPrice returns the validator's minimum gas prices
// GetMinGasPrice returns a nodes's local minimum gas prices
// fees given a gas limit
func GetMinGasPrice(ctx sdk.Context, gasLimit int64) sdk.Coins {
minGasPrices := ctx.MinGasPrices()
Expand Down

0 comments on commit ebc3824

Please sign in to comment.