Skip to content

Commit

Permalink
Merge pull request #548 from MuHongWeiWei/main
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
AmazingAng authored Oct 3, 2023
2 parents 961bfca + 222f8e4 commit 4bd40ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 22_Call/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ abi.encodeWithSignature("函数签名", 逗号分隔的具体参数)
看起来有点复杂,下面我们举个`call`应用的例子。

### 目标合约
我们先写一个简单的目标合约`OtherContract`并部署,代码与第19讲中基本相同,只是多了`fallback`函数。
我们先写一个简单的目标合约`OtherContract`并部署,代码与第21讲中基本相同,只是多了`fallback`函数。

```solidity
contract OtherContract {
Expand Down

0 comments on commit 4bd40ff

Please sign in to comment.