diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go index 65e69d7275..4684f14f22 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