mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fix: Removed FastSync from cli server
This commit is contained in:
parent
3fb25179b6
commit
371a411eb4
1 changed files with 0 additions and 2 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in a new issue