Skip to content

Commit

Permalink
fix: filecoin accept receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Oct 23, 2023
1 parent 4cc238a commit 001c06a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions w3-filecoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ This task is effectively a shortcut allowing an observer to find out the result
"ran": "bafy...filAccept",
"out": {
"ok": {
/* commitment proof for piece */
"piece": { "/": "commitment...car" },
/* commitment proof for aggregate */
"aggregate": { "/": "commitment...aggregate" },
/** inclusion proof for piece */
"inclusion": {
"tree": {
"path": [
Expand All @@ -279,9 +284,12 @@ This task is effectively a shortcut allowing an observer to find out the result
"at": 7
}
},
"auxDataType": 0,
"auxDataSource": {
"dealID": 1245
/** deal type */
"aux": {
"dataType": 0,
"dataSource": {
"dealID": 1245
}
}
}
}
Expand Down

0 comments on commit 001c06a

Please sign in to comment.