Merge pull request #22973 from karalabe/the-switch

eth/ethconfig: flip the default from fast to snap sync
pull/22989/head
Péter Szilágyi 3 years ago committed by GitHub
commit 7760a60794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      eth/ethconfig/config.go

@ -57,7 +57,7 @@ var LightClientGPO = gasprice.Config{
// Defaults contains default settings for use on the Ethereum main net.
var Defaults = Config{
SyncMode: downloader.FastSync,
SyncMode: downloader.SnapSync,
Ethash: ethash.Config{
CacheDir: "ethash",
CachesInMem: 2,

Loading…
Cancel
Save