Fully enable cross program support in mainnet-beta

(cherry picked from commit 9e89a963d9)
This commit is contained in:
Justin Starry
2020-08-18 20:28:10 +08:00
committed by Michael Vines
parent e41004f185
commit 0ef9185c9e

View File

@ -454,9 +454,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
}