Fix up upgradeable bpf loader activation

This commit is contained in:
Michael Vines
2020-12-15 20:29:09 -08:00
committed by mergify[bot]
parent 3a154e8056
commit 501fd83afd
3 changed files with 15 additions and 25 deletions

View File

@@ -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...");