eth/ethconfig: flip the default from fast to snap sync

This commit is contained in:
Péter Szilágyi 2021-05-31 10:21:48 +03:00
parent 08ea52e77a
commit 9aaa4208a8
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
1 changed files with 1 additions and 1 deletions

View File

@ -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,