mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-02-25 15:33:10 +00:00
fix wrong computation of t1
This commit is contained in:
parent
8ca15737d3
commit
5070dbf597
@ -220,7 +220,7 @@ if total_stake >= p:
|
||||
exit()
|
||||
|
||||
t0 = F(int((((- ln(R(0.95))) * R(p))) / R(total_stake) ))
|
||||
t1 = F(int((((- ln(R(0.95))**2) * R(p))) / R(total_stake)**2 ))
|
||||
t1 = F(int((((- ln(R(0.95))**2) * R(p))) / R(1/2) * R(total_stake)**2 ))
|
||||
|
||||
|
||||
value = F(50)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user