good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 61469cfe authored by ucwong's avatar ucwong Committed by GitHub
Browse files

eth/downloader: fix typo in comment (#22019)

parent c5a3ffa3
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ type SyncMode uint32
const (
FullSync SyncMode = iota // Synchronise the entire blockchain history from full blocks
FastSync // Quickly download the headers, full sync only at the chain
SnapSync // Download the chain and the state via compact snashots
SnapSync // Download the chain and the state via compact snapshots
LightSync // Download only the headers and terminate afterwards
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment