forked from cerc-io/plugeth
eth/downloader: remove a previous leftover
This commit is contained in:
parent
3eda70c64c
commit
ebf1eb9359
@ -37,7 +37,6 @@ var (
|
|||||||
errCancelHashFetch = errors.New("hash fetching cancelled (requested)")
|
errCancelHashFetch = errors.New("hash fetching cancelled (requested)")
|
||||||
errCancelBlockFetch = errors.New("block downloading cancelled (requested)")
|
errCancelBlockFetch = errors.New("block downloading cancelled (requested)")
|
||||||
errNoSyncActive = errors.New("no sync active")
|
errNoSyncActive = errors.New("no sync active")
|
||||||
ErrUnknownParent = errors.New("block has unknown parent")
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type hashCheckFn func(common.Hash) bool
|
type hashCheckFn func(common.Hash) bool
|
||||||
|
Loading…
Reference in New Issue
Block a user