Skip to content

Commit

Permalink
Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Jun 28, 2024
1 parent 3d789ac commit 677d843
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion programs/steward/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ Note: total_blocks is the field in ClusterHistory that tracks how many blocks we

$`
\displaylines{
\text{yield\_score} = \text{vote\_credits\_ratio} \times (1 - \text{commission})
\text{yield\_score} = \text{vote\_credits\_ratio} \times (1 - max(\text{commission}_{t_1, t_2}))
\text{where } t_1 = \text{current\_epoch} - \text{commission\_range} \\
\text{and } t_2 = \text{current\_epoch}
}
`$

Expand Down

0 comments on commit 677d843

Please sign in to comment.