forked from cerc-io/plugeth
cmd/utils: fix default DNS discovery configuration (#21124)
This commit is contained in:
parent
befecc9fdf
commit
dbf6b8a797
@ -1616,7 +1616,7 @@ func setDNSDiscoveryDefaults(cfg *eth.Config, genesis common.Hash) {
|
|||||||
return // already set through flags/config
|
return // already set through flags/config
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol := "eth"
|
protocol := "all"
|
||||||
if cfg.SyncMode == downloader.LightSync {
|
if cfg.SyncMode == downloader.LightSync {
|
||||||
protocol = "les"
|
protocol = "les"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user