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
|
||||
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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue