This commit is contained in:
voidlizard 2024-11-05 13:17:22 +03:00
parent 8990c9798d
commit eadd58cc6e
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)