Skip to content

Commit

Permalink
update FeegrantKeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Dec 5, 2024
1 parent 53fd936 commit 8477494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/ante/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package ante

import (
"context"
"math/big"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -65,5 +66,5 @@ type FeeMarketKeeper interface {

// FeegrantKeeper defines the expected feegrant keeper.
type FeegrantKeeper interface {
UseGrantedFees(ctx sdk.Context, granter, grantee sdk.AccAddress, fee sdk.Coins, msgs []sdk.Msg) error
UseGrantedFees(ctx context.Context, granter, grantee sdk.AccAddress, fee sdk.Coins, msgs []sdk.Msg) error
}

0 comments on commit 8477494

Please sign in to comment.