Skip to content

Commit

Permalink
Update docs/adr/xcall.md
Browse files Browse the repository at this point in the history
Co-authored-by: AntonAndell <[email protected]>
  • Loading branch information
ibrizsabin and AntonAndell authored Dec 1, 2023
1 parent 8b2a17e commit 28b1eb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/adr/xcall.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@ payable external function sendCallMessage(String _to,
envelope = new Envelope(msg, _sources, _destinations)
return sendCall(_to, envelope.toBytes())
envelope = new XCallEnvelope(msg, _sources, _destinations)
return sendCall(_to, envelope.toBytes());
}
```
Expand Down

0 comments on commit 28b1eb4

Please sign in to comment.