Fully enable cross program support in mainnet-beta
(cherry picked from commit 9e89a963d9
)
This commit is contained in:
committed by
Michael Vines
parent
e41004f185
commit
0ef9185c9e
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user