core, eth, trie: fix data races and merge/review issues
This commit is contained in:
@ -20,7 +20,7 @@ package downloader
|
||||
type SyncMode int
|
||||
|
||||
const (
|
||||
FullSync SyncMode = iota // Synchronise the entire block-chain history from full blocks
|
||||
FastSync // Quikcly download the headers, full sync only at the chain head
|
||||
FullSync SyncMode = iota // Synchronise the entire blockchain history from full blocks
|
||||
FastSync // Quickly download the headers, full sync only at the chain head
|
||||
LightSync // Download only the headers and terminate afterwards
|
||||
)
|
||||
|
Reference in New Issue
Block a user