diff --git a/core/state/statedb.go b/core/state/statedb.go index b6f0b17320..8740d7df6f 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -60,7 +60,6 @@ type StateLogger interface { OnStorageChange(addr common.Address, slot common.Hash, prev, new common.Hash) OnLog(log *types.Log) // OnNewAccount is called when a new account is created. - // Note: it will be even invoked when precompiled contracts are populated. OnNewAccount(addr common.Address) }