Skip to content

Commit

Permalink
Merge pull request #547 from Ben0024/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
AmazingAng authored Oct 3, 2023
2 parents f83d841 + 41decef commit 961bfca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 26_DeleteContract/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tags:
selfdestruct(_addr);
```
其中`_addr`是接收合约中剩余`ETH`的地址。
`_addr` 地址不需要有`receive()``fallback()`也能接收`ETH`

### 例子
```solidity
Expand Down

0 comments on commit 961bfca

Please sign in to comment.