test
This commit is contained in:
10
src/komodo.h
10
src/komodo.h
@@ -28,7 +28,15 @@ void komodo_init();
|
||||
int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *notarized_desttxidp);
|
||||
char *komodo_issuemethod(char *method,char *params,uint16_t port);
|
||||
|
||||
int32_t ASSETCHAINS_SHORTFLAG,NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 43000;
|
||||
int32_t ASSETCHAINS_SHORTFLAG;
|
||||
char ASSETCHAINS_SYMBOL[16];
|
||||
uint16_t ASSETCHAINS_PORT = 8777;
|
||||
uint32_t ASSETCHAIN_INIT = 0;
|
||||
uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
||||
uint32_t ASSETCHAINS_TIMESTAMP = 1475772963;
|
||||
uint64_t ASSETCHAINS_SUPPLY = 1000000;
|
||||
|
||||
int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 43000;
|
||||
uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
|
||||
pthread_mutex_t komodo_mutex;
|
||||
uint32_t KOMODO_INITDONE;
|
||||
|
||||
Reference in New Issue
Block a user