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 Aug 22, 2018
1 parent 91118ba commit f7aa2d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eth_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit f7aa2d9

Please sign in to comment.