diff --git a/quai/handler.go b/quai/handler.go index d9652b2b0..5cdc71f4a 100644 --- a/quai/handler.go +++ b/quai/handler.go @@ -200,7 +200,6 @@ func (h *handler) checkNextPrimeBlock() { // downloaded otherwise, download next 2 * // protocol.C_NumPrimeBlocksToDownload if i < 2*protocol.C_NumPrimeBlocksToDownload { - h.GetNextPrimeBlock(syncHeight) h.GetNextPrimeBlock(syncHeight.Add(syncHeight, big.NewInt(protocol.C_NumPrimeBlocksToDownload))) } break