swarm/network: Remove useless minProxBinSize in stream

This commit is contained in:
lash 2018-12-18 17:13:27 +01:00
parent f5b6fd940e
commit f29583473e

View file

@ -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() {