Update lib.rs

This commit is contained in:
Michael Vines 2020-08-05 22:04:26 -07:00 committed by mergify[bot]
parent c9b1d08218
commit 5a63c9d535
1 changed files with 1 additions and 1 deletions

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);
}