Skip to content

Commit eaa3205

Browse files
committed
fix typo
1 parent 1f02f5f commit eaa3205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_drafts/2019-06-14-merkle-trees-not-that-simple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ this [technical report](https://eprint.iacr.org/2018/1139), it is possible for a
251251
Instead of following the protocol, the adversary will set the balances of the leaves' parents as follows:
252252
if node `$N$`'s children are leaves `$L_1$` and `$L_2$` with respective balances `$B_1$` and `$B_2$`, then the balance of this internal
253253
node is set to `$\mathtt{max}(B_1,B_2) + \Delta < \mathtt{sum}(B_1,B_2)$` instead of `$\mathtt{sum}(B_1,B_2)$`.
254-
Then the malicious exchange will provide the authentication path to each user ensuring so that the balance value of the sibling leaf is
254+
Then the malicious exchange will provide the authentication path to each user ensuring that the balance value of the sibling leaf is
255255
equal to the difference between the parent node and the user's leaf balance (see Figure 6).
256256
On the example, we set $\Delta=10$.
257257
The exchange will send a proof to Alice such that the sibling leaf has balance `$20$`, while Bob will

0 commit comments

Comments
 (0)