lint issue
This commit is contained in:
parent
3228063e63
commit
95b82cf003
|
@ -63,7 +63,6 @@ func (s *hookedStateDB) GetNonce(addr common.Address) uint64 {
|
||||||
|
|
||||||
func (s *hookedStateDB) GetCodeHash(addr common.Address) common.Hash {
|
func (s *hookedStateDB) GetCodeHash(addr common.Address) common.Hash {
|
||||||
return s.inner.GetCodeHash(addr)
|
return s.inner.GetCodeHash(addr)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *hookedStateDB) GetCode(addr common.Address) []byte {
|
func (s *hookedStateDB) GetCode(addr common.Address) []byte {
|
||||||
|
|
Loading…
Reference in New Issue