Skip to content

Commit

Permalink
Merge pull request #250 from deadblackclover/patch-1
Browse files Browse the repository at this point in the history
Update 02-private-inputs-hash-functions.mdx
  • Loading branch information
barriebyron authored Aug 15, 2023
2 parents 69fc72a + b395860 commit 766f06f
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

1 comment on commit 766f06f

@vercel
Copy link

@vercel vercel bot commented on 766f06f Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs2 – ./

docs2-git-main-minadocs.vercel.app
docs2-minadocs.vercel.app
docs.minaprotocol.com

Please sign in to comment.