From a0e637ad754f324d3d287daa7a7c1fd18f8f7747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 31 Jul 2018 13:23:49 +0200 Subject: [PATCH] EEI: Clarify semantics of selfDestruct() --- eth_interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.