This commit is contained in:
Dmitry Zuikov 2023-01-24 07:14:33 +03:00
parent 8b1e3fbbfd
commit defa1540e5
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ main = do
fake <- newFakeP2P True <&> Fabriq fake <- newFakeP2P True <&> Fabriq
let (p0:ps) = [0..4] :: [Peer Fake] let (p0:ps) = [0..1] :: [Peer Fake]
-- others -- others
others <- forM ps $ \p -> async $ runTestPeer p $ \s cw -> do others <- forM ps $ \p -> async $ runTestPeer p $ \s cw -> do