diff --git a/package.json b/package.json index a3c743c..6c70023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pgt-web-app", - "version": "0.1.15", + "version": "0.1.16", "private": true, "type": "module", "scripts": { diff --git a/src/components/web3/dialogs/OCVManualInstructions.tsx b/src/components/web3/dialogs/OCVManualInstructions.tsx index d9f01b3..55bf9e5 100644 --- a/src/components/web3/dialogs/OCVManualInstructions.tsx +++ b/src/components/web3/dialogs/OCVManualInstructions.tsx @@ -42,13 +42,13 @@ export function ManualVoteDialog({ - How to Cast Your Vote + How do I cast my vote?

- To cast your vote, you need to send a transaction with the following memo: + Send a transaction to yourself with the following text in the memo field:

@@ -77,11 +77,11 @@ export function ManualVoteDialog({

Instructions:

  1. Copy the memo shown above
  2. -
  3. Use your preferred CLI tool to create a transaction
  4. +
  5. Use your preferred wallet (or a CLI) to create a transaction
  6. Set the recipient address to your own address
  7. Set the transaction amount (can be 0 MINA)
  8. Set the memo field to the copied text
  9. -
  10. Send the transaction to register your vote
  11. +
  12. Send the transaction to cast your vote

Note: Make sure to follow the exact format of the memo to ensure your vote is properly recorded. The transaction must be sent to your own address, and the amount can be 0 MINA.