Skip to content

Commit d88050c

Browse files
authored
SVM: Add doc comments, restrict visibility of some xfaces to crate (solana-labs#136)
1 parent bf0a368 commit d88050c

8 files changed

+463
-497
lines changed

runtime/src/bank.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7499,7 +7499,7 @@ impl Bank {
74997499
effective_epoch: Epoch,
75007500
) -> Arc<LoadedProgram> {
75017501
self.transaction_processor
7502-
.load_program(self, pubkey, reload, effective_epoch)
7502+
.load_program_with_pubkey(self, pubkey, reload, effective_epoch)
75037503
}
75047504
}
75057505

0 commit comments

Comments
 (0)