test
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
//#include "../crypto777/OS_portable.h"
|
//#include "../crypto777/OS_portable.h"
|
||||||
|
|
||||||
#define SATOSHIDEN ((uint64_t)100000000L)
|
|
||||||
#define MAX_JSON_FIELD 4096 // on the big side
|
#define MAX_JSON_FIELD 4096 // on the big side
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -14,7 +14,8 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
#define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5%
|
#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)
|
uint64_t komodo_accrued_interest(int32_t height,int64_t paidinterest)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user