Skip to content

Commit

Permalink
Fix missing downloadAsCAR
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <[email protected]>
  • Loading branch information
stskeeps committed May 9, 2023
1 parent 1800f9b commit 58b96c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generic-script/contracts/GenericScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ contract GenericScript {
0x00, // loggerRootHash
parties[0], // provider
false, // waitsProvider
false // needsLogger
false, // needsLogger
false // downloadAsCAR
);

// instantiates the computation
Expand Down

0 comments on commit 58b96c4

Please sign in to comment.