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

Commit

Permalink
fix some merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Jun 16, 2021
1 parent 783a835 commit c2722c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions core/tests/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,8 @@ mod tests {
AccountSecondaryIndexes::default(),
false,
None,
<<<<<<< HEAD
check_hash_calculation,
=======
accounts_db::AccountShrinkThreshold::default(),
>>>>>>> 269d99583 (Make account shrink configurable #17544 (#17778))
check_hash_calculation,
)
.unwrap();

Expand Down
5 changes: 1 addition & 4 deletions ledger/src/bank_forks_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,8 @@ fn load_from_snapshot(
process_options.account_indexes.clone(),
process_options.accounts_db_caching_enabled,
process_options.limit_load_slot_count_from_snapshot,
<<<<<<< HEAD
process_options.accounts_db_test_hash_calculation,
=======
process_options.shrink_ratio,
>>>>>>> 269d99583 (Make account shrink configurable #17544 (#17778))
process_options.accounts_db_test_hash_calculation,
)
.expect("Load from snapshot failed");
if let Some(shrink_paths) = shrink_paths {
Expand Down

0 comments on commit c2722c2

Please sign in to comment.