Skip to content

Commit

Permalink
SVM: Add doc comments, restrict visibility of some xfaces to crate (#136
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dmakarov authored and willhickey committed Mar 9, 2024
1 parent 1fcef51 commit 85ccadf
Show file tree
Hide file tree
Showing 8 changed files with 463 additions and 497 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 85ccadf

Please sign in to comment.