ソースを参照

Fix comment about merkle tree depth.

Nym 5 年 前
コミット
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 }}]