Skip to content

Commit

Permalink
Update expected keepers
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Jan 3, 2025
1 parent 7ad4806 commit a2653d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/lsm/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type BankKeeper interface {
MintCoins(cts context.Context, name string, amt sdk.Coins) error
BurnCoins(ctx context.Context, name string, amt sdk.Coins) error
BlockedAddr(addr sdk.AccAddress) bool
SpendableCoins(ctx context.Context, addr sdk.AccAddress) sdk.Coins
}

// StakingKeeper defines the expected interface needed to interact with the x/staking keeper.
Expand Down

0 comments on commit a2653d6

Please sign in to comment.