Skip to content

Commit

Permalink
Merge pull request #241 from rpopplewell/main
Browse files Browse the repository at this point in the history
Fixes typo in example code and documents
  • Loading branch information
barriebyron authored Jul 13, 2023
2 parents ea20689 + 6cda8a6 commit d7e6195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/zkapps/01-hello-world/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ try {
const txn2 = await Mina.transaction(senderAccount, () => {
zkAppInstance.update(Field(75));
});
await txn1.prove();
await txn2.prove();
await txn2.sign([senderKey]).send();
} catch (ex: any) {
console.log(ex.message);
Expand Down

1 comment on commit d7e6195

@vercel
Copy link

@vercel vercel bot commented on d7e6195 Jul 13, 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 – ./

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

Please sign in to comment.