eth/downloader: remove a previous leftover

This commit is contained in:
Péter Szilágyi 2015-05-14 15:40:28 +03:00
parent 3eda70c64c
commit ebf1eb9359
1 changed files with 0 additions and 1 deletions

View File

@ -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