mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 08:23:08 +00:00
chore: update debug command
This commit is contained in:
parent
f7f422f506
commit
2b8f03f3a7
@ -172,7 +172,7 @@ proc fetchMerkleProofElements*(
|
||||
element = responseBytes.toOpenArray(startIndex, endIndex)
|
||||
merkleProof.add(element)
|
||||
i += 1
|
||||
debug "---- element ----", i = i, element = element
|
||||
debug "---- element ----", startIndex = startIndex, startElement = responseBytes[startIndex], endIndex = endIndex, endElement = responseBytes[endIndex], element = element
|
||||
|
||||
# debug "merkleProof", responseBytes = responseBytes, merkleProof = merkleProof
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user