diff --git a/docs/zkapps/tutorials/02-private-inputs-hash-functions.mdx b/docs/zkapps/tutorials/02-private-inputs-hash-functions.mdx index d2c20efb7..535ef60a2 100644 --- a/docs/zkapps/tutorials/02-private-inputs-hash-functions.mdx +++ b/docs/zkapps/tutorials/02-private-inputs-hash-functions.mdx @@ -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(); ... ```