From 95b82cf0033fe6d844c9751eff1d3b3d6772e61d Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Mon, 9 Dec 2024 19:18:06 +0100 Subject: [PATCH] lint issue --- core/state/statedb_hooked.go | 1 - 1 file changed, 1 deletion(-) 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 {