Browse Source
Fix interest granularity for long term utxo. 1/10 of a year to 1/9 has same interest result. Change to new calculation of minutes / 3652460 directly instead of via intermediate denominator to eliminate integer clipping Will activate at 300000 planned upgrade, so not urgent to updateetomic
jl777
8 years ago
2 changed files with 9 additions and 3 deletions
@ -1,2 +1,2 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"dex\",\"method\":\"gettransaction\",\"txid\":\"3c00ee16d12c6aae81863d1da485cdd6cd2b73847f8ab93de3663adf6c285e3b\",\"symbol\":\"KMD\"}" |
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"dex\",\"method\":\"gettransaction\",\"txid\":\"88794bbb699f130951c40dc99a27d2c7c7016e12824fd1040cbedf86980de04d\",\"symbol\":\"REVS\"}" |
||||
|
Loading…
Reference in new issue