From 51898580b9f44b69d1f13950e9c4d5f344185a35 Mon Sep 17 00:00:00 2001 From: aljo242 Date: Mon, 27 Nov 2023 14:07:06 -0500 Subject: [PATCH] rename --- x/feemarket/post/fee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/feemarket/post/fee.go b/x/feemarket/post/fee.go index df68e6d..d6f468f 100644 --- a/x/feemarket/post/fee.go +++ b/x/feemarket/post/fee.go @@ -17,7 +17,7 @@ import ( // The fee payer is the fee granter (if specified) or first signer of the tx. // If the fee payer does not have the funds to pay for the fees, return an InsufficientFunds error. // If there is an excess between the given fee and the on-chain min base fee is given as a tip. -// Call next AnteHandler if fees successfully deducted. +// Call next PostHandler if fees successfully deducted. // CONTRACT: Tx must implement FeeTx interface type FeeMarketDeductDecorator struct { accountKeeper AccountKeeper