From 8cc213db374838b496726a493ba4aa5057a739ec Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Thu, 24 Feb 2022 18:03:45 -0600 Subject: [PATCH] slot 116338541 --- runtime/src/accounts_db.rs | 2 +- runtime/src/bank.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index b0cc0ae66fa769..10017cb84177a8 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -7112,7 +7112,7 @@ impl AccountsDb { } hashes.extend(rewrites.into_iter()); - if slot == 119675231 { + if slot == 116338541 { let mut cloned = hashes.clone(); AccountsHash::sort_hashes_by_pubkey(&mut cloned); error!("hashes: {} {:?}", slot, cloned); diff --git a/runtime/src/bank.rs b/runtime/src/bank.rs index 0c56d61df256c1..96e316e339fc65 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -4603,9 +4603,9 @@ impl Bank { > 119675060 2hXBg6H2pb4EGAQPB43AHzgh5VP7PRGFLuknesLk4DXQ > 119675170 2hX > 119675200 2hX - 119675231 + 116338541 */ - let slot_interesting_here = true; //self.slot() == 119675231;// self.slot() == 119675183; + let slot_interesting_here = true; //self.slot() == 116338541;// self.slot() == 119675183; let mut first = slot_interesting_here;//true || (self.slot() >= 115929262 && self.slot() <= 115929262); //115929302; //false; // parallelize? let mut rent_debits = RentDebits::default();