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

Commit 9e89a96

Browse files
jstarrymvines
authored andcommitted
Fully enable cross program support in mainnet-beta
1 parent 2ae71b3 commit 9e89a96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runtime/src/bank.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,6 @@ impl Bank {
474474
bank.update_rent();
475475
bank.update_epoch_schedule();
476476
bank.update_recent_blockhashes();
477-
if bank.operating_mode == Some(OperatingMode::Stable) {
478-
bank.message_processor.set_cross_program_support(false);
479-
}
480477
bank
481478
}
482479

0 commit comments

Comments
 (0)