Skip to content

Commit

Permalink
lint++
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Mar 17, 2022
1 parent 8b9ec35 commit 6901795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ante/fee.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (mfd MempoolFeeDecorator) AnteHandle(
gas := feeTx.GetGas()
msgs := feeTx.GetMsgs()

// if this is a CheckTx. This is only for local mempool purposes, and thus
// If this is a CheckTx. This is only for local mempool purposes, and thus
// is only ran on check tx.
if ctx.IsCheckTx() && !simulate &&
!(isOracleTx(msgs) && gas <= uint64(len(msgs))*MaxOracleMsgGasUsage) {
Expand Down

0 comments on commit 6901795

Please sign in to comment.