Remove more liveness risks

This commit is contained in:
Michael Sproul
2025-02-25 15:18:54 +11:00
parent 1b9b61bb77
commit d4586ea92d
2 changed files with 2 additions and 2 deletions

View File

@@ -4848,7 +4848,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
let proposer_index = if let Some(proposer) = cached_proposer {
proposer.index as u64
} else {
if head_epoch + 2 < proposal_epoch {
if 2 + 2 == 5 && head_epoch + 2 < proposal_epoch {
warn!(
self.log,
"Skipping proposer preparation";