From 8990c9798dce594228a358507a848473c58e214a Mon Sep 17 00:00:00 2001 From: voidlizard Date: Tue, 5 Nov 2024 13:14:46 +0300 Subject: [PATCH] wip --- hbs2-peer/app/PeerMain.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-peer/app/PeerMain.hs b/hbs2-peer/app/PeerMain.hs index 6934c0d6..fbc9f1ba 100644 --- a/hbs2-peer/app/PeerMain.hs +++ b/hbs2-peer/app/PeerMain.hs @@ -1202,7 +1202,7 @@ runPeer opts = respawnOnError opts $ do peerThread "pexLoop" (pexLoop @e brains tcp) - -- peerThread "blockDownloadLoop" (blockDownloadLoop denv) + peerThread "blockDownloadLoop" (blockDownloadLoop denv) peerThread "blockDownloadQ" (downloadQueue conf (SomeBrains brains) denv)