Enable RecentBlockhashes one tick delay fix on testnet
Slot 25_580_256 / Epoch 72
This commit is contained in:
committed by
mergify[bot]
parent
71932aed0a
commit
dd9cb18d65
@ -2832,7 +2832,7 @@ 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 => Slot::MAX / 2,
|
OperatingMode::Stable => 25_580_256, // Epoch 72
|
||||||
OperatingMode::Preview => Slot::MAX / 2,
|
OperatingMode::Preview => Slot::MAX / 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user