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

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 2ae71b3 commit 9e89a96
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 @@ -474,9 +474,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 9e89a96

Please sign in to comment.