This commit is contained in:
jl777
2016-10-25 19:24:46 -03:00
parent 562c328f5b
commit 453e1052c2
2 changed files with 1 additions and 2 deletions

View File

@@ -14,8 +14,6 @@
******************************************************************************/
#define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5%
#define dstr(x) ((double)(x) / SATOSHIDEN)
#define SATOSHIDEN ((uint64_t)100000000L)
uint64_t komodo_accrued_interest(int32_t height,int64_t paidinterest)
{