fix: assign selectPeer field in BlockExcEngine ctor

Part of https://github.com/codex-storage/nim-codex/issues/974

Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
This commit is contained in:
Chrysostomos Nanakos 2025-09-30 20:52:19 +03:00
parent 6efdd4a068
commit 8812d98271
No known key found for this signature in database

View File

@ -916,6 +916,7 @@ proc new*(
taskQueue: newAsyncHeapQueue[BlockExcPeerCtx](DefaultTaskQueueSize),
discovery: discovery,
advertiser: advertiser,
selectPeer: selectPeer,
)
proc blockWantListHandler(