Skip to content

Commit

Permalink
EEI: Remove beneficiary param form selfDestruct()
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 31, 2018
1 parent 2f753f5 commit 8329e90
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions eth_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 8329e90

Please sign in to comment.