cmd/puppeth: unify discv4 and discv5 ports

This commit is contained in:
Péter Szilágyi
2018-02-12 16:27:53 +02:00
parent 70fbc87379
commit 12dab53495
9 changed files with 78 additions and 101 deletions

View File

@ -40,8 +40,7 @@ import (
// between sessions.
type config struct {
path string // File containing the configuration values
bootFull []string // Bootnodes to always connect to by full nodes
bootLight []string // Bootnodes to always connect to by light nodes
bootnodes []string // Bootnodes to always connect to by all nodes
ethstats string // Ethstats settings to cache for node deploys
Genesis *core.Genesis `json:"genesis,omitempty"` // Genesis block to cache for node deploys