Remove accidental MB activation for RecentBlockhashes consistency fix
This commit is contained in:
committed by
mergify[bot]
parent
f796adc5ea
commit
7931579610
@@ -3065,8 +3065,8 @@ impl Bank {
|
|||||||
fn fix_recent_blockhashes_sysvar_delay(&self) -> bool {
|
fn fix_recent_blockhashes_sysvar_delay(&self) -> bool {
|
||||||
let activation_slot = match self.operating_mode() {
|
let activation_slot = match self.operating_mode() {
|
||||||
OperatingMode::Development => 0,
|
OperatingMode::Development => 0,
|
||||||
OperatingMode::Stable => 26_444_256, // Epoch 74
|
|
||||||
OperatingMode::Preview => Slot::MAX / 2,
|
OperatingMode::Preview => Slot::MAX / 2,
|
||||||
|
OperatingMode::Stable => Slot::MAX / 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
self.slot() >= activation_slot
|
self.slot() >= activation_slot
|
||||||
|
Reference in New Issue
Block a user