cmd/swarm: added swarm bootnodes (#17414)

This commit is contained in:
Elad
2018-08-20 14:09:50 +02:00
committed by Péter Szilágyi
parent d3488c1aff
commit c4078fc805
4 changed files with 98 additions and 40 deletions

View File

@ -68,7 +68,6 @@ type Config struct {
SwapAPI string
Cors string
BzzAccount string
BootNodes string
privateKey *ecdsa.PrivateKey
}
@ -93,7 +92,6 @@ func NewConfig() (c *Config) {
DeliverySkipCheck: false,
SyncUpdateDelay: 15 * time.Second,
SwapAPI: "",
BootNodes: "",
}
return