From 87a0071e9a9b89a33363ccc08ce6280a453c82cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AC=E5=AF=92?= <10476912+hycinth22@users.noreply.github.com> Date: Sat, 16 Mar 2024 05:20:30 +0800 Subject: [PATCH] fix typo (#264) fix typo in comment of test_optimistic_confirmation_violation_without_tower --- local-cluster/tests/local_cluster.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cluster/tests/local_cluster.rs b/local-cluster/tests/local_cluster.rs index 20eef0bb0e3e2d..f36e94df8a661d 100644 --- a/local-cluster/tests/local_cluster.rs +++ b/local-cluster/tests/local_cluster.rs @@ -3114,7 +3114,7 @@ fn test_optimistic_confirmation_violation_without_tower() { // | // -> S4 (C) -> S5 // -// Step 5: +// Step 4: // Without the persisted tower: // `A` would choose to vote on the fork with `S4 -> S5`. //