This commit is contained in:
voidlizard 2024-11-05 13:17:22 +03:00
parent 91333e6f13
commit 058b3a9da1
1 changed files with 1 additions and 0 deletions

View File

@ -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)