Skip to content

Commit 543cb7f

Browse files
committed
amend comment per Jae's suggestion
1 parent 1c59807 commit 543cb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/auth/ante.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func NewAnteHandler(am AccountMapper, fck FeeCollectionKeeper) sdk.AnteHandler {
3434
}
3535

3636
// Ensure that the provided fees meet a minimum threshold for the validator, if this is a CheckTx.
37-
// This is for mempool purposes, and thus is only ran on check tx.
37+
// This is only for local mempool purposes, and thus is only ran on check tx.
3838
if ctx.IsCheckTx() && !simulate {
3939
res := ensureSufficientMempoolFees(ctx, stdTx)
4040
if !res.IsOK() {

0 commit comments

Comments
 (0)