From f29583473ed56a06c78249f2c28a9dbeca05a481 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 18 Dec 2018 17:13:27 +0100 Subject: [PATCH] swarm/network: Remove useless minProxBinSize in stream --- swarm/network/stream/common_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/swarm/network/stream/common_test.go b/swarm/network/stream/common_test.go index a30cfc0533..29b917d39c 100644 --- a/swarm/network/stream/common_test.go +++ b/swarm/network/stream/common_test.go @@ -55,9 +55,8 @@ var ( bucketKeyDelivery = simulation.BucketKey("delivery") bucketKeyRegistry = simulation.BucketKey("registry") - chunkSize = 4096 - pof = network.Pof - minProxBinSize = network.NewKadParams().MinProxBinSize + chunkSize = 4096 + pof = network.Pof ) func init() {