Skip to content

Commit

Permalink
feat: added warning about possiblity of private data leakage while ve…
Browse files Browse the repository at this point in the history
…rifying process
  • Loading branch information
sifnoc committed Aug 19, 2024
1 parent 6db719b commit a65943d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,5 @@ The result will display as:
4. Verifying the proof on contract verifier for User #0: true
```

**Note:** In a production environment, users can independently verify their proof using public interfaces, such as Etherscan.
**Note:** In a production environment, users can independently verify their proof using public interfaces, such as Etherscan.
Also, It's crucial for the prover to inform users about the potential risk of private data leakage, specifically their balances, during the proof verification process. This is especially important when using a third-party endpoint to query `verify_inclusion_proof` method.

0 comments on commit a65943d

Please sign in to comment.