Fully enable cross program support in mainnet-beta

This commit is contained in:
Justin Starry 2020-08-18 20:28:10 +08:00 committed by Michael Vines
parent 2ae71b30ae
commit 9e89a963d9
1 changed files with 0 additions and 3 deletions

View File

@ -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
}