From d22ba4a21b239cff87f0a4da5d57c7597ab8acc3 Mon Sep 17 00:00:00 2001 From: Wen <113942165+wen-coding@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:02:06 -0800 Subject: [PATCH] Make linter happy. --- proposals/0046-optimistic-cluster-restart-automation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/proposals/0046-optimistic-cluster-restart-automation.md b/proposals/0046-optimistic-cluster-restart-automation.md index 39a5a300..88aed374 100644 --- a/proposals/0046-optimistic-cluster-restart-automation.md +++ b/proposals/0046-optimistic-cluster-restart-automation.md @@ -404,9 +404,8 @@ Now we prove this is safe, whenever there is a slot being optimistically confirmed in the new epoch, we will only exit the aggregating of `RestartLastVotedForkSlots` stage if > 80% in the new epoch joined: - -1. Assume slot `X` is optimistically confirmed in the new epoch, it has ->67% stake in the new epoch. +1. Assume slot `X` is optimistically confirmed in the new epoch, it has >67% +stake in the new epoch. 2. Our stake warmup/cooldown limit is at 9% currently, so at least 67% - 9% = 58% of the stake were from the old epoch.