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

Commit 0ecd873

Browse files
committed
swarm/network: Remove useless minProxBinSize in stream
1 parent f1cbddf commit 0ecd873

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

swarm/network/stream/common_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ var (
5555
bucketKeyDelivery = simulation.BucketKey("delivery")
5656
bucketKeyRegistry = simulation.BucketKey("registry")
5757

58-
chunkSize = 4096
59-
pof = network.Pof
60-
minProxBinSize = network.NewKadParams().MinProxBinSize
58+
chunkSize = 4096
59+
pof = network.Pof
6160
)
6261

6362
func init() {

0 commit comments

Comments
 (0)