Skip to content

Commit

Permalink
pr: pub(crate)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Jun 11, 2024
1 parent fb0aece commit 6656358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4281,7 +4281,7 @@ impl Bank {

/// Returns the accounts, sorted by pubkey, that were part of accounts delta hash calculation
/// This is used when writing a bank hash details file.
pub fn get_accounts_for_bank_hash_details(&self) -> Vec<PubkeyHashAccount> {
pub(crate) fn get_accounts_for_bank_hash_details(&self) -> Vec<PubkeyHashAccount> {
let accounts_db = &self.rc.accounts.accounts_db;

let mut accounts_written_this_slot =
Expand Down

0 comments on commit 6656358

Please sign in to comment.