From 8877ac2aa90ead46fe6d84a6590ff5baf5e2391c Mon Sep 17 00:00:00 2001 From: Brooks Prumo Date: Fri, 30 Sep 2022 15:29:18 -0400 Subject: [PATCH] Fix call to calculate_accounts_hash() (#28169) --- core/tests/epoch_accounts_hash.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/epoch_accounts_hash.rs b/core/tests/epoch_accounts_hash.rs index eeea8ac420..cec92c71f6 100755 --- a/core/tests/epoch_accounts_hash.rs +++ b/core/tests/epoch_accounts_hash.rs @@ -293,7 +293,6 @@ fn test_epoch_accounts_hash() { use_bg_thread_pool: false, check_hash: false, ancestors: Some(&bank.ancestors), - use_write_cache: true, epoch_schedule: bank.epoch_schedule(), rent_collector: bank.rent_collector(), store_detailed_debug_info_on_failure: false,