Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
c2576b8679
  1. 1
      src/cJSON.h
  2. 3
      src/komodo_interest.h

1
src/cJSON.h

@ -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

3
src/komodo_interest.h

@ -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)
{

Loading…
Cancel
Save