mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +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
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue