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

Commit

Permalink
Splits up AccountsDb::bank_hashes (#30024)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Feb 1, 2023
1 parent b29a50a commit d048a19
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 120 deletions.
2 changes: 1 addition & 1 deletion core/tests/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ fn run_bank_forks_snapshot_n<F>(
None,
)
.unwrap();
let accounts_hash = last_bank.get_accounts_hash();
let accounts_hash = last_bank.get_accounts_hash().unwrap();
solana_runtime::serde_snapshot::reserialize_bank_with_new_accounts_hash(
accounts_package.snapshot_links_dir(),
accounts_package.slot,
Expand Down
Loading

0 comments on commit d048a19

Please sign in to comment.