We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68be105 commit 1ac523cCopy full SHA for 1ac523c
accounts-db/src/accounts_db.rs
@@ -7882,6 +7882,7 @@ impl AccountsDb {
7882
///
7883
/// As part of calculating the accounts delta hash, get a list of accounts modified this slot
7884
/// (aka dirty pubkeys) and add them to `self.uncleaned_pubkeys` for future cleaning.
7885
+ #[cfg(feature = "dev-context-only-utils")]
7886
pub fn calculate_accounts_delta_hash(&self, slot: Slot) -> AccountsDeltaHash {
7887
self.calculate_accounts_delta_hash_internal(slot, None, HashMap::default())
7888
}
0 commit comments