syntax hotfix (#5266)

This commit is contained in:
import this
2024-12-16 13:17:38 +00:00
committed by GitHub
parent 0a712b9fce
commit be063a36eb
@@ -222,7 +222,7 @@ Good performance is much more essential than [total stake](../tokenomics.mdx#sta
For a comparison we made an example with 5 nodes, where first number is node performance and second stake saturation (assuming all of them `config_score` = 1 for simplification):
<br />
<AccordionTemplate name="✏️ Example: Performance ^ 20 \* total_stake calculation">
<AccordionTemplate name="✏️ Example: Performance ^ 20 * total_stake calculation">
> node_1 = 1.00 ^ 20 \* 1.0 = 1 <br />
> node_2 = 1.00 ^ 20 \* 0.5 = 0.5 <br />
> node_3 = 0.99 ^ 20 \* 1.0 = 0.818 <br />