Update lib.rs

(cherry picked from commit 5a63c9d535)
This commit is contained in:
Michael Vines
2020-08-05 22:04:26 -07:00
parent 66a21ed65e
commit 1a186beb5c

View File

@ -106,7 +106,7 @@ pub fn get_entered_epoch_callback(operating_mode: OperatingMode) -> EnteredEpoch
}
}
if OperatingMode::Stable == operating_mode {
bank.set_cross_program_support(bank.epoch() > 62);
bank.set_cross_program_support(bank.epoch() >= 63);
} else {
bank.set_cross_program_support(true);
}