This commit is contained in:
HaoranYi 2023-03-21 11:19:16 -05:00 committed by GitHub
parent 836494fc5f
commit 6a6d5ee498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ mod utils;
// a number of test cases in accounts_db use this
#[cfg(test)]
pub(crate) use tests::reconstruct_accounts_db_via_serialization;
// NOTE: AHV currently needs `SerdeIncrmentalAccountsHash`, which is why this `use` is not
// NOTE: AHV currently needs `SerdeIncrementalAccountsHash`, which is why this `use` is not
// `pub(crate)`. Once AHV calculates incremental accounts hashes, this can be reverted.
pub use types::SerdeIncrementalAccountsHash;
pub(crate) use {