fix incorrect description of interface behavior

This commit is contained in:
Klimov Sergey 2025-05-12 05:06:07 +08:00 committed by GitHub
parent 197b404307
commit bb4b0e77e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,6 @@ type StateDB interface {
SelfDestruct6780(common.Address) (uint256.Int, bool)
// Exist reports whether the given account exists in state.
// Notably this should also return true for self-destructed accounts.
Exist(common.Address) bool
// Empty returns whether the given account is empty. Empty
// is defined according to EIP161 (balance = nonce = code = 0).