Skip to content

Commit

Permalink
chore: Remove SendCoins from BankKeeper interface in evm module
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Sep 9, 2024
1 parent 79b5da2 commit 324e8d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/evm/types/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ type BankKeeper interface {
SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error
// SendCoinsFromModuleToModule(ctx sdk.Context, senderModule, recipientModule string, amt sdk.Coins) error
SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error
SendCoins(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error
MintCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error
BurnCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error
}
Expand Down

0 comments on commit 324e8d8

Please sign in to comment.