fix: undeclared identifier

This commit is contained in:
Eric 2025-11-11 12:05:09 +11:00
parent e47186db90
commit 4006b0024b
No known key found for this signature in database

View File

@ -972,7 +972,7 @@ proc blockexcTaskRunner(self: BlockExcEngine) {.async: (raises: []).} =
let peerCtx = await self.taskQueue.pop()
await self.taskHandler(peerCtx)
except CancelledError:
trace "block exchange task runner cancelled", peer = peerCtx.id
trace "block exchange task runner cancelled"
except CatchableError as exc:
error "error running block exchange task", error = exc.msg