mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
add note to consider
This commit is contained in:
parent
8e0a718591
commit
98451ebec9
1 changed files with 2 additions and 0 deletions
|
|
@ -158,8 +158,10 @@ func (c *AccessListBuilder) SelfDestruct(address common.Address) {
|
||||||
}
|
}
|
||||||
access.storageReads[key] = struct{}{}
|
access.storageReads[key] = struct{}{}
|
||||||
}
|
}
|
||||||
|
|
||||||
access.storageMutations = nil
|
access.storageMutations = nil
|
||||||
access.nonce = nil
|
access.nonce = nil
|
||||||
|
// TODO: should this be set to zero? the semantics are that nil means unmodified since the prestate of the block.
|
||||||
access.balance = nil
|
access.balance = nil
|
||||||
access.code = nil
|
access.code = nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue