Skip to content

Commit

Permalink
Merge pull request #804 from Azleal/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
AmazingAng authored Oct 19, 2024
2 parents c83d76c + 9714359 commit 47dc75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 26_DeleteContract/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tags:
`selfdestruct`使用起来非常简单:

```solidity
selfdestruct(_addr)
selfdestruct(_addr);
```

其中`_addr`是接收合约中剩余`ETH`的地址。`_addr` 地址不需要有`receive()``fallback()`也能接收`ETH`
Expand Down

0 comments on commit 47dc75a

Please sign in to comment.