More cleaning and updates in prep for 3.6.0
This commit is contained in:
@@ -69,8 +69,8 @@ Details.
|
||||
#include "../utlist.h"
|
||||
#include "../uthash.h"
|
||||
#include "merkleblock.h"
|
||||
#include "../komodo_nSPV_defs.h"
|
||||
#include "../komodo_cJSON.h"
|
||||
#include "../hush_nSPV_defs.h"
|
||||
#include "../hush_cJSON.h"
|
||||
#include "../init.h"
|
||||
#include "rpc/server.h"
|
||||
|
||||
@@ -85,7 +85,7 @@ Details.
|
||||
#define CCDISABLEALL memset(ASSETCHAINS_CCDISABLES,1,sizeof(ASSETCHAINS_CCDISABLES))
|
||||
#define CCENABLE(x) ASSETCHAINS_CCDISABLES[((uint8_t)x)] = 0
|
||||
|
||||
/* moved to komodo_cJSON.h
|
||||
/* moved to hush_cJSON.h
|
||||
#ifndef _BITS256
|
||||
#define _BITS256
|
||||
union _bits256 { uint8_t bytes[32]; uint16_t ushorts[16]; uint32_t uints[8]; uint64_t ulongs[4]; uint64_t txid; };
|
||||
|
||||
Reference in New Issue
Block a user