Skip to content

Commit

Permalink
slot 116338541
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Feb 25, 2022
1 parent adcb2ab commit 8cc213d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8cc213d

Please sign in to comment.