Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a63c9d)
  • Loading branch information
mvines committed Aug 6, 2020
1 parent 0ab8312 commit 277e402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis-programs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 277e402

Please sign in to comment.