From a65943dba64ee184ca209d21fc9685f36e617dd7 Mon Sep 17 00:00:00 2001 From: sifnoc Date: Mon, 19 Aug 2024 10:38:47 +0000 Subject: [PATCH] feat: added warning about possiblity of private data leakage while verifying process --- backend/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 59905f15..9f413bdc 100644 --- a/backend/README.md +++ b/backend/README.md @@ -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.