mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 00:13:08 +00:00
fix: undeclared identifier
This commit is contained in:
parent
e47186db90
commit
4006b0024b
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user