From f7aa2d949f7cdf9427520a3ecff6b7757ba50fd2 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eth_interface.md b/eth_interface.md index d256b6b7..3ca42a61 100644 --- a/eth_interface.md +++ b/eth_interface.md @@ -450,12 +450,12 @@ 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 will cause a trap and the execution will be aborted immediately. +Mark account for later deletion. +This will cause a trap and the execution will be aborted immediately. **Parameters** -- `addressOffset` **i32ptr** the memory offset to load the address from (`address`) +*nothing* **Returns**