mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-26 16:33:13 +00:00
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:
parent
6efdd4a068
commit
8812d98271
@ -916,6 +916,7 @@ proc new*(
|
||||
taskQueue: newAsyncHeapQueue[BlockExcPeerCtx](DefaultTaskQueueSize),
|
||||
discovery: discovery,
|
||||
advertiser: advertiser,
|
||||
selectPeer: selectPeer,
|
||||
)
|
||||
|
||||
proc blockWantListHandler(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user