This commit is contained in:
jl777
2016-10-25 19:22:34 -03:00
parent 32b1b4433d
commit c2576b8679
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
//#include "../crypto777/OS_portable.h"
#define SATOSHIDEN ((uint64_t)100000000L)
#define MAX_JSON_FIELD 4096 // on the big side
#ifdef __cplusplus

View File

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