mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 12:54:13 +00:00
TODO comment for other forks on the selfdestruct op
This commit is contained in:
parent
52daaf49c0
commit
47e5081f86
@ -775,6 +775,9 @@ op revert, inline = false, startPos, size:
|
||||
|
||||
op selfDestruct, inline = false:
|
||||
## 0xff Halt execution and register account for later deletion.
|
||||
# TODO: This is the basic implementation of the self destruct op,
|
||||
# Other forks have some extra functionality around this call.
|
||||
# In particular, EIP150 and EIP161 have extra requirements.
|
||||
let beneficiary = computation.stack.popAddress()
|
||||
|
||||
computation.vmState.mutateStateDB:
|
||||
|
Loading…
x
Reference in New Issue
Block a user