mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 17:03:09 +00:00
chore: add more debug message
This commit is contained in:
parent
041c934651
commit
223ffbf576
@ -171,6 +171,7 @@ proc trackRootChanges*(g: OnchainGroupManager): Future[void] {.async.} =
|
||||
info "Starting to track Merkle root changes"
|
||||
|
||||
while true:
|
||||
debug "starting to update roots"
|
||||
let rootUpdated = await g.updateRoots()
|
||||
|
||||
if rootUpdated:
|
||||
@ -178,6 +179,8 @@ proc trackRootChanges*(g: OnchainGroupManager): Future[void] {.async.} =
|
||||
if proofResult.isErr():
|
||||
error "Failed to fetch Merkle proof", error = proofResult.error
|
||||
g.merkleProofCache = proofResult.get()
|
||||
|
||||
debug "sleeping for 5 seconds"
|
||||
await sleepAsync(rpcDelay)
|
||||
|
||||
method atomicBatch*(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user