swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)

This commit is contained in:
Anton Evangelatov
2019-01-24 12:02:18 +01:00
committed by GitHub
parent ecb781297b
commit bbd120354a
16 changed files with 107 additions and 90 deletions

View File

@ -66,6 +66,7 @@ type Config struct {
DeliverySkipCheck bool
MaxStreamPeerServers int
LightNodeEnabled bool
BootnodeMode bool
SyncUpdateDelay time.Duration
SwapAPI string
Cors string