diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index f297019ba5..b1f8e52e09 100644 --- a/eth/ethconfig/config.go +++ b/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,