Skip to content

Commit

Permalink
chore: fix struct name in comment (#1015)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoxiangirl <[email protected]>
Co-authored-by: Jake Hartnell <[email protected]>
  • Loading branch information
xiaoxiangirl and JakeHartnell authored Jun 10, 2024
1 parent 175333d commit 0be4da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/feepay/ante/fee_route.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
globalfeeante "github.com/CosmosContracts/juno/v22/x/globalfee/ante"
)

// MsgFilterDecorator defines an AnteHandler decorator that only checks and saves if a
// MsgIsFeePayTx defines an AnteHandler decorator that only checks and saves if a
type MsgIsFeePayTx struct {
feePayKeeper feepaykeeper.Keeper
feePayDecorator *DeductFeeDecorator
Expand Down

0 comments on commit 0be4da4

Please sign in to comment.