Makes AccountsDb::bank_hashes private (#29990)

This commit is contained in:
Brooks 2023-01-30 23:25:19 -05:00 committed by GitHub
parent c606d9b167
commit aa72aa8779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,