From 8329e903004181621eecc62ce411c528e05538b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 31 Jul 2018 13:23:06 +0200 Subject: [PATCH] EEI: Remove beneficiary param form selfDestruct() --- eth_interface.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/eth_interface.md b/eth_interface.md index 55b8e163..50fe4351 100644 --- a/eth_interface.md +++ b/eth_interface.md @@ -452,16 +452,14 @@ from last executed `call`, `callCode`, `callDelegate`, `callStatic` or `create`. ## selfDestruct -Mark account for later deletion and give the remaining balance to the specified -beneficiary address. This takes effect once the contract execution terminates. - -*Note*: multiple invocations will overwrite the beneficiary address. +Marks account for later deletion. +This takes effect once the contract execution terminates. *Note*: the contract **shall** halt execution after this call. **Parameters** -- `addressOffset` **i32ptr** the memory offset to load the address from (`address`) +*nothing* **Returns**