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

@ -57,7 +57,6 @@ var (
chunkSize = 4096 chunkSize = 4096
pof = network.Pof pof = network.Pof
minProxBinSize = network.NewKadParams().MinProxBinSize
) )
func init() { func init() {