mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 02:45:02 +00:00
eth/downloader: remove a previous leftover
This commit is contained in:
parent
3eda70c64c
commit
ebf1eb9359
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ var (
|
|||
errCancelHashFetch = errors.New("hash fetching cancelled (requested)")
|
||||
errCancelBlockFetch = errors.New("block downloading cancelled (requested)")
|
||||
errNoSyncActive = errors.New("no sync active")
|
||||
ErrUnknownParent = errors.New("block has unknown parent")
|
||||
)
|
||||
|
||||
type hashCheckFn func(common.Hash) bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue