diff --git a/runtime/src/bank.rs b/runtime/src/bank.rs index ace007d44a..babb919107 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -6884,6 +6884,7 @@ impl Bank { .get_logs_for_address(address) } + /// Returns all the accounts stored in this slot pub fn get_all_accounts_modified_since_parent(&self) -> Vec { self.rc.accounts.load_by_program_slot(self.slot(), None) }