mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update prestate.go
Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com>
This commit is contained in:
parent
859bda36cc
commit
9f03a276e4
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ func (t *prestateTracer) lookupAccount(addr common.Address) {
|
||||||
if !acc.exists() {
|
if !acc.exists() {
|
||||||
acc.empty = true
|
acc.empty = true
|
||||||
}
|
}
|
||||||
|
// The code must be fetched first for the emptiness check.
|
||||||
if t.config.DisableCode {
|
if t.config.DisableCode {
|
||||||
acc.Code = nil
|
acc.Code = nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue