Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
全角符号修改为半角符号
  • Loading branch information
Azleal authored Oct 5, 2024
1 parent 0ea7a3f commit 9714359
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 9714359

Please sign in to comment.