Skip to content

Commit

Permalink
SVM: Add doc comments, restrict visibility of some xfaces to crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Mar 8, 2024
1 parent e027a8b commit 2888eee
Show file tree
Hide file tree
Showing 8 changed files with 464 additions and 498 deletions.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7499,7 +7499,7 @@ impl Bank {
effective_epoch: Epoch,
) -> Arc<LoadedProgram> {
self.transaction_processor
.load_program(self, pubkey, reload, effective_epoch)
.load_program_with_pubkey(self, pubkey, reload, effective_epoch)
}
}

Expand Down
Loading

0 comments on commit 2888eee

Please sign in to comment.