This commit is contained in:
Felföldi Zsolt 2018-02-26 10:47:15 +00:00 committed by GitHub
commit 2c6048a6a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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