swarm/network/stream: Remove uncreachable code

This commit is contained in:
Balint Gabor 2018-03-05 18:46:12 +01:00
parent ad1ff36aaf
commit 619d9ad52a

View file

@ -163,7 +163,6 @@ func testSyncBetweenNodes(t *testing.T, nodes, conns, chunkCount int, skipCheck
// start syncing, i.e., subscribe to upstream peers po 1 bin
sid := sim.IDs[j+1]
return client.CallContext(ctx, nil, "stream_subscribeStream", sid, NewStream("SYNC", []byte{1}, false), &Range{From: 0, To: 0}, Top)
return nil
})
if err != nil {
return err