mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
swarm/api: Remove reference to network.PssParams
Signed-off-by: Lewis Marshall <lewis@lmars.net>
This commit is contained in:
parent
2073ee7c73
commit
dc58516e26
1 changed files with 0 additions and 2 deletions
|
|
@ -54,7 +54,6 @@ type Config struct {
|
||||||
BzzKey string
|
BzzKey string
|
||||||
EnsRoot common.Address
|
EnsRoot common.Address
|
||||||
NetworkId uint64
|
NetworkId uint64
|
||||||
*network.PssParams
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// config is agnostic to where private key is coming from
|
// 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(),
|
HiveParams: network.NewHiveParams(),
|
||||||
ChunkerParams: storage.NewChunkerParams(),
|
ChunkerParams: storage.NewChunkerParams(),
|
||||||
StoreParams: storage.NewStoreParams(dirpath),
|
StoreParams: storage.NewStoreParams(dirpath),
|
||||||
PssParams: network.NewPssParams(),
|
|
||||||
Port: port,
|
Port: port,
|
||||||
Path: dirpath,
|
Path: dirpath,
|
||||||
Swap: swap.DefaultSwapParams(contract, prvKey),
|
Swap: swap.DefaultSwapParams(contract, prvKey),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue