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 Mar 8, 2024
1 parent bf0a368 commit d88050c
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 d88050c

Please sign in to comment.