cmd, params: update discovery v5 bootnodes (#15954)

This commit is contained in:
Felföldi Zsolt
2018-01-25 11:25:00 +01:00
committed by Péter Szilágyi
parent 952482d5e4
commit c335821479
2 changed files with 2 additions and 9 deletions

View File

@ -612,7 +612,7 @@ func setBootstrapNodesV5(ctx *cli.Context, cfg *p2p.Config) {
urls = strings.Split(ctx.GlobalString(BootnodesFlag.Name), ",")
}
case ctx.GlobalBool(RinkebyFlag.Name):
urls = params.RinkebyV5Bootnodes
urls = params.RinkebyBootnodes
case cfg.BootstrapNodesV5 != nil:
return // already set, don't apply defaults.
}