mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-07 15:33:09 +00:00
chore: simplify process
This commit is contained in:
parent
36a5c1a5e0
commit
04011d7e4f
@ -375,7 +375,7 @@ method generateProof*(
|
||||
g.merkleProofCache.reverse()
|
||||
var i = 0
|
||||
while i + 31 < g.merkleProofCache.len:
|
||||
for j in countdown(32, 1):
|
||||
for j in countdown(31, 0):
|
||||
path_elements.add(g.merkleProofCache[i+j])
|
||||
i += 32
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user