mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
swarm/network: Remove useless minProxBinSize in stream
This commit is contained in:
parent
f5b6fd940e
commit
f29583473e
1 changed files with 2 additions and 3 deletions
|
|
@ -57,7 +57,6 @@ var (
|
||||||
|
|
||||||
chunkSize = 4096
|
chunkSize = 4096
|
||||||
pof = network.Pof
|
pof = network.Pof
|
||||||
minProxBinSize = network.NewKadParams().MinProxBinSize
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue