Fully enable cross program support in mainnet-beta
This commit is contained in:
committed by
Michael Vines
parent
fb90fb3feb
commit
14bc623989
@ -373,9 +373,6 @@ impl Bank {
|
|||||||
bank.update_rent();
|
bank.update_rent();
|
||||||
bank.update_epoch_schedule();
|
bank.update_epoch_schedule();
|
||||||
bank.update_recent_blockhashes();
|
bank.update_recent_blockhashes();
|
||||||
if bank.operating_mode == Some(OperatingMode::Stable) {
|
|
||||||
bank.message_processor.set_cross_program_support(false);
|
|
||||||
}
|
|
||||||
bank
|
bank
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user