Skip to content

Commit

Permalink
fix: Remove GetAccountNumber from Keeper interface
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Apr 18, 2024
1 parent 530d91e commit 24e4968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/evm/statedb/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ type Keeper interface {
// Read methods
GetAccount(ctx sdk.Context, addr common.Address) *Account
GetBalance(ctx sdk.Context, addr common.Address) *big.Int
GetAccountNumber(ctx sdk.Context, addr common.Address) (uint64, bool)
GetState(ctx sdk.Context, addr common.Address, key common.Hash) common.Hash
GetCode(ctx sdk.Context, codeHash common.Hash) []byte
// the callback returns false to break early
Expand Down

0 comments on commit 24e4968

Please sign in to comment.