mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 08:23:08 +00:00
chore: simplify process
This commit is contained in:
parent
4b14b0711e
commit
987cf6cc05
@ -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