Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/abft-state-transitions-new-step.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ On observing a timeout event of \\( \DeadlineTimeout(p) \\) for a period \\( p \
player sets \\( s := \Next_0 \\).

On observing a timeout event of \\( \DeadlineTimeout(p) + 2^{s_t}\lambda + u \\) where
\\( u \in [0, 2^{s_t}\lambda) \\) sampled uniformly
at random, the player sets \\( s := s_t \\).
\\( 0 < s_t \leq 249 \\) and \\( u \in [0, 2^{s_t}\lambda) \\) sampled uniformly
at random, the player sets \\( s := s_t + 3 = \Next_{s_t} \\).

{{#include ./.include/styles.md:impl}}
> New step [reference implementation](https://github.com/algorand/go-algorand/blob/b6e5bcadf0ad3861d4805c51cbf3f695c38a93b7/agreement/player.go#L94).
Expand Down