From 677d843e7bb9365c1db522fb412e97aa6f0e00b0 Mon Sep 17 00:00:00 2001 From: Evan Batsell Date: Fri, 28 Jun 2024 10:27:49 -0400 Subject: [PATCH] Clarify --- programs/steward/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/programs/steward/README.md b/programs/steward/README.md index c9419393..8e53e6f2 100644 --- a/programs/steward/README.md +++ b/programs/steward/README.md @@ -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} } `$