Fix comment about merkle tree depth.

This commit is contained in:
Nym
2021-06-27 11:34:20 +00:00
parent 26290ac290
commit f7bd9dfceb

View File

@@ -124,7 +124,7 @@ start
# left = coin_commit.u
ec_get_u current cm
# Our merkle tree has a height of 4
# Our merkle tree has a height of 32
{% for i in range(32) %}
# left = current
# right = branch[{{ i }}]