Skip to content

Commit 5325468

Browse files
Le-Caigneczguesmi
andauthored
Update src/guides/build-iapp/advanced/result-callback.md
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 50246da commit 5325468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/build-iapp/advanced/result-callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Your contract must expose the function `receiveResult(bytes32,bytes)`
7171
[ERC1154](https://github.com/iExecBlockchainComputing/iexec-solidity/blob/master/contracts/ERC1154/IERC1154.sol).
7272
The protocol calls it with:
7373

74-
- `_callID`: the first arg the taskId
74+
- `_callID`: This parameter represents the `taskId`, passed as the first argument
7575
- `callback`: exactly the bytes you encoded as `callback-data`
7676

7777
Decode using the same tuple. (Optional) Add protections: authorized caller check

0 commit comments

Comments
 (0)