diff --git a/runtime/src/bank.rs b/runtime/src/bank.rs index 484542d5cc..64cca65078 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -2832,8 +2832,8 @@ impl Bank { fn fix_recent_blockhashes_sysvar_delay(&self) -> bool { let activation_slot = match self.operating_mode() { OperatingMode::Development => 0, - OperatingMode::Stable => 26_444_256, // Epoch 74 OperatingMode::Preview => Slot::MAX / 2, + OperatingMode::Stable => Slot::MAX / 2, }; self.slot() >= activation_slot