chore: lint issue

This commit is contained in:
darshankabariya 2025-04-09 02:51:24 +05:30
parent 1582814fc3
commit 8e3f57463e

View File

@ -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: