lint issue

This commit is contained in:
Sina Mahmoodi 2024-12-09 19:18:06 +01:00
parent 3228063e63
commit 95b82cf003
1 changed files with 0 additions and 1 deletions

View File

@ -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 {