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") bucketKeyDelivery = simulation.BucketKey("delivery")
bucketKeyRegistry = simulation.BucketKey("registry") bucketKeyRegistry = simulation.BucketKey("registry")
chunkSize = 4096 chunkSize = 4096
pof = network.Pof pof = network.Pof
minProxBinSize = network.NewKadParams().MinProxBinSize
) )
func init() { func init() {