diff --git a/stake_aggregate/src/main.rs b/stake_aggregate/src/main.rs index c9e008a..b8420e1 100644 --- a/stake_aggregate/src/main.rs +++ b/stake_aggregate/src/main.rs @@ -464,12 +464,6 @@ async fn run_loop(mut client: GeyserGrpcClient) -> anyhow::Re ); } } - if current_epoch_state.current_slot.processed_slot != block.slot { - log::error!("Receive a block with a slot:{} which is not the current process slot:{}, miss a slot", - block.slot, - current_epoch_state.current_slot.processed_slot, - ); - } parent_block_slot = Some(block.slot);