mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix: BootstrapNodesV5 to BootstrapNodes, use wrong field
This commit is contained in:
parent
63c17e47c6
commit
8000aa8047
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ func setBootstrapNodes(ctx *cli.Context, cfg *p2p.Config) {
|
|||
urls = params.SepoliaBootnodes
|
||||
case ctx.Bool(GoerliFlag.Name):
|
||||
urls = params.GoerliBootnodes
|
||||
case cfg.BootstrapNodesV5 != nil:
|
||||
case cfg.BootstrapNodes != nil:
|
||||
return // already set, don't apply defaults.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue