TODO comment for other forks on the selfdestruct op

This commit is contained in:
coffeepots 2018-07-25 10:40:08 +01:00
parent 52daaf49c0
commit 47e5081f86
1 changed files with 3 additions and 0 deletions

View File

@ -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: