ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

Force full sync after starting fast sync #691

Closed tzdybal closed 5 years ago

tzdybal commented 5 years ago

Added --slow option, that forces full sync, even if --fast is specified or fast sync is in process (only fast blocks stored in DB).

This also changes the place where the "auto continuation" of fast sync is detected/enabled.

whilei commented 5 years ago

LGTM