Skip to content

Commit ca8dc01

Browse files
committed
cleanup
1 parent 5877442 commit ca8dc01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x/evm/types/interfaces.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ type BankKeeper interface {
4747
authtypes.BankKeeper
4848
GetBalance(ctx context.Context, addr sdk.AccAddress, denom string) sdk.Coin
4949
SendCoinsFromModuleToAccount(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error
50-
SendCoinsFromAccountToModule(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error
5150
SendCoinsFromModuleToAccountVirtual(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error
5251
SendCoinsFromAccountToModuleVirtual(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error
5352
MintCoins(ctx context.Context, moduleName string, amt sdk.Coins) error

0 commit comments

Comments
 (0)