Skip to content

Commit 9310e09

Browse files
committed
formater
1 parent 9280cd2 commit 9310e09

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

postmortem/2023-10-10.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ During the testing of the Staking as NFT(IIP-13) feature on Mainnet, it was foun
1414
# Cause
1515

1616
The votes for the NFT Bucket only calculate the staked amount and does not consider the weighting of stake duration and stake-lock.
17-
- Incorrect calculation
18-
- $$votes=amount$$
19-
- The correct
20-
- $$votes=amount*(1+\log_{1.2}{(duration/86400)(1+m)})$$
21-
- $$m= \begin{cases} 1 & locked \\ 0 & unlocked \geq 1 \end{cases}$$
17+
18+
## Incorrect calculation
19+
20+
$$votes=amount$$
21+
22+
## The correct
23+
24+
$$votes=amount*(1+\log_{1.2}{(duration/86400)(1+m)})$$
25+
$$m= \begin{cases} 1 & locked \\ 0 & unlocked \geq 1 \end{cases}$$
2226

2327
# Solution
2428

0 commit comments

Comments
 (0)