Skip to content

Commit

Permalink
fixup! fixup: review feedback improvements
Browse files Browse the repository at this point in the history
(cherry picked from commit eab6d984e65a9a07014c9a9839e7b55d125147a1)
  • Loading branch information
bryanchriswhite committed Mar 12, 2024
1 parent 3f17fce commit 2bd35a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/proof/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type AccountKeeper interface {
// BankKeeper defines the expected interface for the Bank module.
type BankKeeper interface {
SpendableCoins(context.Context, sdk.AccAddress) sdk.Coins
// Methods imported from bank should be defined here
DelegateCoinsFromAccountToModule(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error
UndelegateCoinsFromModuleToAccount(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error
}
Expand Down

0 comments on commit 2bd35a0

Please sign in to comment.