File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def markov : Cmd := `[Cli|
4343 "l-header" : Nat ; "L_header protocol parameter, in slots."
4444 "l-vote" : Nat ; "L_vote protocol parameter, in slots."
4545 "l-diff" : Nat ; "L_diff protocol parameter, in slots."
46- "committee-size" : Nat ; "Expected number of voters in the committee."
46+ "committee-size" : Nat ; "Expected number of voters in the committee, out of 2500 stakepools total ."
4747 "quorum-fraction" : Float ; "τ protocol parameter, in %/100."
4848 "p-rb-header-arrives" : Float ; "Probability that the RB header arrives before L_header."
4949 "p-eb-validates" : Float ; "Probability that the EB is fully validated before 3 L_header + L_vote."
Original file line number Diff line number Diff line change 9595 --l-diff : Nat L_diff protocol parameter, in slots.
9696 [Default: `7`]
9797 --committee-size : Nat Expected number of voters in the
98- committee. [Default: `600`]
98+ committee, out of 2500 stakepools total.
99+ [Default: `600`]
99100 --quorum-fraction : Float τ protocol parameter, in %/100. [Default:
100101 `0.75`]
101102 --p-rb-header-arrives : Float Probability that the RB header arrives
You can’t perform that action at this time.
0 commit comments