Change ccEnable/Disable to macro

This commit is contained in:
blackjok3r
2019-06-10 20:51:52 +08:00
parent 5fdbf460d5
commit ce6acf0d00
2 changed files with 26 additions and 23 deletions

View File

@@ -59,6 +59,8 @@ one other technical note is that komodod has the insight-explorer extensions bui
#define SMALLVAL 0.000000000000001
#define SATOSHIDEN ((uint64_t)100000000L)
#define dstr(x) ((double)(x) / SATOSHIDEN)
#define CCDISABLE memset(ASSETCHAINS_CCDISABLES,1,sizeof(ASSETCHAINS_CCDISABLES))
#define CCENABLE 0
#ifndef _BITS256
#define _BITS256