We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998d4dc commit 50246daCopy full SHA for 50246da
src/guides/build-iapp/advanced/result-callback.md
@@ -67,7 +67,7 @@ async function main() {
67
68
### Step 2: Implement the Callback Contract
69
70
-Your contract must expose `receiveResult(bytes32,bytes)`
+Your contract must expose the function `receiveResult(bytes32,bytes)`
71
[ERC1154](https://github.com/iExecBlockchainComputing/iexec-solidity/blob/master/contracts/ERC1154/IERC1154.sol).
72
The protocol calls it with:
73
0 commit comments