Просмотр исходного кода

Fix comment about merkle tree depth.

Nym 5 лет назад
Родитель
Сommit
f7bd9dfceb
1 измененных файлов с 1 добавлено и 1 удалено
  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 }}]