Skip to content

Commit

Permalink
Update Amount of Mina
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Sep 9, 2024
1 parent b9671f5 commit 2928ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vote_script/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Mina.setActiveInstance(
try {
await Mina.transaction({ fee, memo: vote, sender: pk }, async function () {
const au = AccountUpdate.create(pk);
au.send({ to: pk, amount: 1 });
au.send({ to: pk, amount: 1e9 });
})
.sign([sk])
.prove()
Expand Down

0 comments on commit 2928ad4

Please sign in to comment.