Remove accidental MB activation for RecentBlockhashes consistency fix

This commit is contained in:
Trent Nelson
2020-07-26 10:19:38 -06:00
committed by mergify[bot]
parent f796adc5ea
commit 7931579610

View File

@@ -3065,8 +3065,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