Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Makes AccountsDb::bank_hashes private
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Jan 30, 2023
1 parent b7ae9dc commit d0f29e1
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 @@ -1323,7 +1323,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 d0f29e1

Please sign in to comment.