swarm/api: Remove reference to network.PssParams

Signed-off-by: Lewis Marshall <lewis@lmars.net>
This commit is contained in:
Lewis Marshall 2017-05-18 10:09:33 -07:00
parent 2073ee7c73
commit dc58516e26

View file

@ -54,7 +54,6 @@ type Config struct {
BzzKey string
EnsRoot common.Address
NetworkId uint64
*network.PssParams
}
// config is agnostic to where private key is coming from
@ -77,7 +76,6 @@ func NewConfig(path string, contract common.Address, prvKey *ecdsa.PrivateKey, n
HiveParams: network.NewHiveParams(),
ChunkerParams: storage.NewChunkerParams(),
StoreParams: storage.NewStoreParams(dirpath),
PssParams: network.NewPssParams(),
Port: port,
Path: dirpath,
Swap: swap.DefaultSwapParams(contract, prvKey),