This commit is contained in:
jl777
2017-11-03 19:24:53 +02:00
parent 314350e695
commit e8cb981dd0
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,6 @@
#define KOMODO_ASSETCHAINS_WAITNOTARIZE
#define KOMODO_PAXMAX (10000 * COIN)
#define KOMODO_ENDOFERA 7777777
#include <stdint.h>
#include <stdio.h>

View File

@@ -16,6 +16,7 @@
#define SATOSHIDEN ((uint64_t)100000000L)
#define dstr(x) ((double)(x) / SATOSHIDEN)
#define KOMODO_ENDOFERA 7777777
#define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5%
int64_t MAX_MONEY = 200000000 * 100000000LL;