mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 08:23:08 +00:00
chore: lint issue
This commit is contained in:
parent
6f0cbae03a
commit
3302a68ab3
@ -207,10 +207,10 @@ proc trackRootChanges*(g: OnchainGroupManager) {.async.} =
|
||||
# Set up the polling interval - more frequent to catch roots
|
||||
const rpcDelay = 5.seconds
|
||||
|
||||
info "------ Starting to track Merkle root changes ------",
|
||||
info "------ Starting to track Merkle root changes ------"
|
||||
|
||||
while true:
|
||||
debug "------ starting to update roots ------",
|
||||
debug "------ starting to update roots ------"
|
||||
let rootUpdated = await g.updateRoots()
|
||||
|
||||
if rootUpdated:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user