Skip to content

Commit

Permalink
EEI: Clarify semantics of selfDestruct()
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 31, 2018
1 parent 8329e90 commit a0e637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ from last executed `call`, `callCode`, `callDelegate`, `callStatic` or `create`.
## selfDestruct

Marks account for later deletion.
This takes effect once the contract execution terminates.
This takes effect once the transaction execution terminates.

*Note*: the contract **shall** halt execution after this call.

Expand Down

0 comments on commit a0e637a

Please sign in to comment.