1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00

explicitly set bitswap message fullness

This commit is contained in:
Jeromy
2015-05-16 22:08:18 -07:00
committed by Juan Batiz-Benet
parent 594c7786c3
commit 829b88420e
7 changed files with 38 additions and 36 deletions

View File

@ -163,7 +163,6 @@ func PerformDistributionTest(t *testing.T, numInstances, numBlocks int) {
}
for _ = range outch {
}
log.Error("DONE")
}(inst)
}
wg.Wait()