Skip to content

Commit

Permalink
Merge pull request #61 from sink772/update-xcall-allow-eoa
Browse files Browse the repository at this point in the history
Remove constraint that caller must be a contract
  • Loading branch information
BennyOptions authored Jan 27, 2023
2 parents 1ea0ca9 + 5fe09a6 commit fc8a69a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IIPS/iip-52.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ The `_data` is DApp-specific payload.
```java
/**
* Sends a call message to the contract on the destination chain.
* Only allowed to be called from the contract.
*
* @param _to The BTP address of the callee on the destination chain
* @param _data The calldata specific to the target contract
Expand Down

0 comments on commit fc8a69a

Please sign in to comment.