Skip to content

Commit

Permalink
cmd/utils: fix default DNS discovery configuration (#21124)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed May 25, 2020
1 parent befecc9 commit dbf6b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Expand Up @@ -1616,7 +1616,7 @@ func setDNSDiscoveryDefaults(cfg *eth.Config, genesis common.Hash) {
return // already set through flags/config
}

protocol := "eth"
protocol := "all"
if cfg.SyncMode == downloader.LightSync {
protocol = "les"
}
Expand Down

0 comments on commit dbf6b8a

Please sign in to comment.