You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
it multiplies the currently accumulated average by (number of blocks in the window - number of blocks since last update) / (number of blocks in the window)
I interpret the wording "accumulated average" as a "currently available resource" (following terminology of the cleos get account output). However, the computed number is clearly less than one and multiplying the available resource by that number
diminish it instead of replenish it! I suspect it is divided by that number even if I was not able to derive it from the code.
Thank you for your work,
Maurizio
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
File: docs/01_key-concepts/05_stake.md
The current text says:
I interpret the wording "accumulated average" as a "currently available resource" (following terminology of the
cleos get account
output). However, the computed number is clearly less than one and multiplying the available resource by that numberdiminish it instead of replenish it! I suspect it is divided by that number even if I was not able to derive it from the code.
Thank you for your work,
Maurizio
The text was updated successfully, but these errors were encountered: