fix: Removed FastSync from cli server

This commit is contained in:
Shivam Sharma 2022-02-02 12:22:02 +05:30
parent 3fb25179b6
commit 371a411eb4

View file

@ -710,8 +710,6 @@ func (c *Config) buildEth() (*ethconfig.Config, error) {
// sync mode. It can either be "fast", "full" or "snap". We disable
// for now the "light" mode.
switch c.SyncMode {
case "fast":
n.SyncMode = downloader.FastSync
case "full":
n.SyncMode = downloader.FullSync
case "snap":