From c96521079b7d9c4c36b434a6b15815eb87175ad5 Mon Sep 17 00:00:00 2001 From: Sacha Saint-Leger Date: Fri, 29 May 2020 17:33:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ffd0e..d1c973c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ From the depositer's perspective, the interface facilitates the following flow: 6. Generate a zkSNARK proof, which proves: - you know the `secret` & `nullifier` for the `commitment` contained in the leaf you've just added to the MerkleTree - - the transition from `RootOld` (the current one in the Smart Contract) to `RootNew` has been done following the rules (no leaf deletion, and only one correctly formatted leaf addition, etc.) + - the transition from `RootOld` (the current one in the smart-contract) to `RootNew` has been done following the rules (no leaf deletion, and only one correctly formatted leaf addition, etc.) 7. Send ETH to the smart-contract `deposit` call, together with the zkProof data