Unverified Commit 7760a607 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #22973 from karalabe/the-switch

eth/ethconfig: flip the default from fast to snap sync
parents 5cff9754 9aaa4208
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment