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

@ -98,7 +98,7 @@ func (w *wizard) deployWallet() {
fmt.Printf("Should the wallet be built from scratch (y/n)? (default = no)\n")
nocache = w.readDefaultString("n") != "n"
}
if out, err := deployWallet(client, w.network, w.conf.bootFull, infos, nocache); err != nil {
if out, err := deployWallet(client, w.network, w.conf.bootnodes, infos, nocache); err != nil {
log.Error("Failed to deploy wallet container", "err", err)
if len(out) > 0 {
fmt.Printf("%s\n", out)