mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
lint issue
This commit is contained in:
parent
3228063e63
commit
95b82cf003
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue