diff --git a/chain/ethereum/src/polling_block_stream.rs b/chain/ethereum/src/polling_block_stream.rs index 705fdaaaf7f..55d2aed3df8 100644 --- a/chain/ethereum/src/polling_block_stream.rs +++ b/chain/ethereum/src/polling_block_stream.rs @@ -370,10 +370,6 @@ impl PollingBlockStreamContext { return Ok(ReconciliationStep::Retry); } - if to > head_ptr.number - reorg_threshold { - return Ok(ReconciliationStep::Retry); - } - info!( ctx.logger, "Scanned blocks [{}, {}]", from, to;