diff --git a/core/state/statedb_hooked.go b/core/state/statedb_hooked.go index 20f2bdc15f..26d0217099 100644 --- a/core/state/statedb_hooked.go +++ b/core/state/statedb_hooked.go @@ -63,7 +63,6 @@ func (s *hookedStateDB) GetNonce(addr common.Address) uint64 { func (s *hookedStateDB) GetCodeHash(addr common.Address) common.Hash { return s.inner.GetCodeHash(addr) - } func (s *hookedStateDB) GetCode(addr common.Address) []byte {