Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
swarm/network: Remove useless minProxBinSize in stream
Browse files Browse the repository at this point in the history
  • Loading branch information
nolash committed Dec 18, 2018
1 parent f1cbddf commit 0ecd873
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions swarm/network/stream/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 0ecd873

Please sign in to comment.