diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go index d6e17c36f0..f01e8ace70 100644 --- a/eth/fetcher/fetcher.go +++ b/eth/fetcher/fetcher.go @@ -669,7 +669,7 @@ func (f *Fetcher) insert(peer string, block *types.Block) { go f.broadcastBlock(block, true) return } - f.enqueue(peer, newBlock) + f.Enqueue(peer, newBlock) return default: // Something went very wrong, drop the peer