Skip to content

Commit

Permalink
Add removed line from PR1192
Browse files Browse the repository at this point in the history
  • Loading branch information
ksolana committed Jul 23, 2024
1 parent 736bf93 commit 53e7461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svm/src/transaction_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ impl<FG: ForkGraph> TransactionBatchProcessor<FG> {
};

if let Some((key, program)) = program_to_store {
loaded_programs_for_txs.as_mut().unwrap().loaded_missing = true;
let mut program_cache = self.program_cache.write().unwrap();
// Submit our last completed loading task.
if program_cache.finish_cooperative_loading_task(self.slot, key, program)
Expand Down

0 comments on commit 53e7461

Please sign in to comment.