Skip to content

Commit

Permalink
Makes AccountsDb::bank_hashes private (#29990)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Jan 31, 2023
1 parent c606d9b commit aa72aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ pub struct AccountsDb {

pub thread_pool_clean: ThreadPool,

pub bank_hashes: RwLock<HashMap<Slot, BankHashInfo>>,
bank_hashes: RwLock<HashMap<Slot, BankHashInfo>>,

pub stats: AccountsStats,

Expand Down

0 comments on commit aa72aa8

Please sign in to comment.