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