From eadd58cc6e68fad148c9e4575690b036ef007859 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Tue, 5 Nov 2024 13:17:22 +0300 Subject: [PATCH] todo --- hbs2-peer/app/PeerMain.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hbs2-peer/app/PeerMain.hs b/hbs2-peer/app/PeerMain.hs index fbc9f1ba..d091876d 100644 --- a/hbs2-peer/app/PeerMain.hs +++ b/hbs2-peer/app/PeerMain.hs @@ -1202,6 +1202,7 @@ runPeer opts = respawnOnError opts $ do peerThread "pexLoop" (pexLoop @e brains tcp) + -- FIXME: new-download-loop peerThread "blockDownloadLoop" (blockDownloadLoop denv) peerThread "blockDownloadQ" (downloadQueue conf (SomeBrains brains) denv)