Ver Fonte

Fix comment about merkle tree depth.

Nym há 5 anos atrás
pai
commit
f7bd9dfceb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      proofs/spend.pism

+ 1 - 1
proofs/spend.pism

@@ -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 }}]