mirror of https://github.com/voidlizard/hbs2
todo
This commit is contained in:
parent
8990c9798d
commit
eadd58cc6e
|
@ -1202,6 +1202,7 @@ runPeer opts = respawnOnError opts $ do
|
||||||
|
|
||||||
peerThread "pexLoop" (pexLoop @e brains tcp)
|
peerThread "pexLoop" (pexLoop @e brains tcp)
|
||||||
|
|
||||||
|
-- FIXME: new-download-loop
|
||||||
peerThread "blockDownloadLoop" (blockDownloadLoop denv)
|
peerThread "blockDownloadLoop" (blockDownloadLoop denv)
|
||||||
|
|
||||||
peerThread "blockDownloadQ" (downloadQueue conf (SomeBrains brains) denv)
|
peerThread "blockDownloadQ" (downloadQueue conf (SomeBrains brains) denv)
|
||||||
|
|
Loading…
Reference in New Issue