We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae71b3 commit 9e89a96Copy full SHA for 9e89a96
runtime/src/bank.rs
@@ -474,9 +474,6 @@ impl Bank {
474
bank.update_rent();
475
bank.update_epoch_schedule();
476
bank.update_recent_blockhashes();
477
- if bank.operating_mode == Some(OperatingMode::Stable) {
478
- bank.message_processor.set_cross_program_support(false);
479
- }
480
bank
481
}
482
0 commit comments