diff --git a/nimbus/vm/interpreter/opcodes_impl.nim b/nimbus/vm/interpreter/opcodes_impl.nim index b8663d749..b1cec00fc 100644 --- a/nimbus/vm/interpreter/opcodes_impl.nim +++ b/nimbus/vm/interpreter/opcodes_impl.nim @@ -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: