Skip to content

Commit

Permalink
eth/ethconfig: flip the default from fast to snap sync
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed May 31, 2021
1 parent 08ea52e commit 9aaa420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9aaa420

Please sign in to comment.