Fix up upgradeable bpf loader activation
This commit is contained in:
committed by
mergify[bot]
parent
3a154e8056
commit
501fd83afd
@@ -367,10 +367,7 @@ pub fn process_blockstore(
|
||||
account_paths,
|
||||
&opts.frozen_accounts,
|
||||
opts.debug_keys.clone(),
|
||||
Some(&crate::builtins::get(
|
||||
genesis_config.cluster_type,
|
||||
opts.bpf_jit,
|
||||
)),
|
||||
Some(&crate::builtins::get(opts.bpf_jit)),
|
||||
);
|
||||
let bank0 = Arc::new(bank0);
|
||||
info!("processing ledger for slot 0...");
|
||||
|
Reference in New Issue
Block a user