cmd/utils, eth/downloader: minor snap nitpicks

This commit is contained in:
Péter Szilágyi
2021-01-06 08:37:45 +02:00
parent 618454214b
commit 83d317cff9
2 changed files with 2 additions and 3 deletions

View File

@ -1568,7 +1568,6 @@ func SetEthConfig(ctx *cli.Context, stack *node.Node, cfg *eth.Config) {
// If snap-sync is requested, this flag is also required
if cfg.SyncMode == downloader.SnapSync {
log.Info("Snap sync requested, enabling --snapshot")
ctx.Set(SnapshotFlag.Name, "true")
} else {
cfg.TrieCleanCache += cfg.SnapshotCache
cfg.SnapshotCache = 0 // Disabled