Skip to content

Commit

Permalink
syntax hotfix (#5266)
Browse files Browse the repository at this point in the history
  • Loading branch information
serinko authored Dec 16, 2024
1 parent 0a712b9 commit be063a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit be063a3

Please sign in to comment.