From 16a1e9c9975a5fa3c1c42537c4330c58038bc323 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Sat, 22 Apr 2023 22:11:45 +0900 Subject: [PATCH] Reword comment for simplicity --- core/src/replay_stage.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/replay_stage.rs b/core/src/replay_stage.rs index 87f8272fa778a2..ce2a0d94eb4c29 100644 --- a/core/src/replay_stage.rs +++ b/core/src/replay_stage.rs @@ -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; } } @@ -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; } }