diff --git a/eth_interface.md b/eth_interface.md index 50fe4351..690b91d5 100644 --- a/eth_interface.md +++ b/eth_interface.md @@ -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.