We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a3ffa commit 61469cfCopy full SHA for 61469cf
eth/downloader/modes.go
@@ -25,7 +25,7 @@ type SyncMode uint32
25
const (
26
FullSync SyncMode = iota // Synchronise the entire blockchain history from full blocks
27
FastSync // Quickly download the headers, full sync only at the chain
28
- SnapSync // Download the chain and the state via compact snashots
+ SnapSync // Download the chain and the state via compact snapshots
29
LightSync // Download only the headers and terminate afterwards
30
)
31
0 commit comments