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

Commit

Permalink
Reword comment for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Apr 22, 2023
1 parent a8d66fa commit 16a1e9c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/replay_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2625,8 +2625,7 @@ impl ReplayStage {
ancestor_hashes_replay_update_sender,
purge_repair_slot_counter,
);
// If the bank was corrupted, don't try to run the below logic to check if the
// bank is completed
// don't try to run the below logic to check if the bank is completed
continue;
}
}
Expand Down Expand Up @@ -2666,7 +2665,7 @@ impl ReplayStage {
ancestor_hashes_replay_update_sender,
purge_repair_slot_counter,
);
// If the bank was corrupted, abort now to prevent further normal processing
// don't try to run the remaining normal processing for the completed bank
continue;
}
}
Expand Down

0 comments on commit 16a1e9c

Please sign in to comment.