Skip to content

Commit

Permalink
Fully enable cross program support in mainnet-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored and mvines committed Aug 18, 2020
1 parent fb90fb3 commit 14bc623
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ impl Bank {
bank.update_rent();
bank.update_epoch_schedule();
bank.update_recent_blockhashes();
if bank.operating_mode == Some(OperatingMode::Stable) {
bank.message_processor.set_cross_program_support(false);
}
bank
}

Expand Down

0 comments on commit 14bc623

Please sign in to comment.