We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
operator.available
1 parent 6241b8e commit 8cfb027Copy full SHA for 8cfb027
1 file changed
docs/rewards.md
@@ -36,8 +36,8 @@ carry-over, which is stored in (2) `rewardRoundingDust`.
36
Finally, the (3) `operatorRewards` keep track of each operator's individual
37
state indexed by their `id`. An operator's `accumulated` value represents a
38
snapshot of the `globalRewardAccumulator` at the time they were last updated.
39
-Their `available` value represents how much reward is available for withdraw.
40
-Their `weight` is their weight in the pool.
+Their `available` value represents how much reward is available for withdraw,
+as of their most recent update. Their `weight` is their weight in the pool.
41
42
To see how all of these pieces of state interact, we can go through some
43
event logs.
0 commit comments