Skip to content

Commit f7aa2d9

Browse files
committed
EEI: Remove beneficiary param form selfDestruct()
1 parent 91118ba commit f7aa2d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eth_interface.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -450,12 +450,12 @@ from last executed `call`, `callCode`, `callDelegate`, `callStatic` or `create`.
450450

451451
## selfDestruct
452452

453-
Mark account for later deletion and give the remaining balance to the specified
454-
beneficiary address. This will cause a trap and the execution will be aborted immediately.
453+
Mark account for later deletion.
454+
This will cause a trap and the execution will be aborted immediately.
455455

456456
**Parameters**
457457

458-
- `addressOffset` **i32ptr** the memory offset to load the address from (`address`)
458+
*nothing*
459459

460460
**Returns**
461461

0 commit comments

Comments
 (0)