Skip to content

Commit

Permalink
Merge branch 'main' into mf-delegation-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barriebyron authored Aug 16, 2023
2 parents 2dcbc2b + 766f06f commit b1bba5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/zkapps/tutorials/02-private-inputs-hash-functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ The smart contract initialization this time is:
35 zkAppInstance.deploy();
36 zkAppInstance.initState(salt, Field(750));
37 });
38
39 await deployTxn.prove();
...
```
Expand Down

0 comments on commit b1bba5d

Please sign in to comment.