remove slot test

This commit is contained in:
musitdev 2023-10-04 15:58:00 +02:00
parent ac0c3615a6
commit be86bb7414
1 changed files with 0 additions and 6 deletions

View File

@ -464,12 +464,6 @@ async fn run_loop<F: Interceptor>(mut client: GeyserGrpcClient<F>) -> 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);