This commit is contained in:
jl777
2018-08-28 02:25:28 -11:00
parent fe289ffdd5
commit 58a6817159
4 changed files with 1 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ one other technical note is that komodod has the insight-explorer extensions bui
extern int32_t KOMODO_CONNECTING,KOMODO_CCACTIVATE;
extern uint32_t ASSETCHAINS_CC;
extern std::string CCerror;
#define SMALLVAL 0.000000000000001
union _bits256 { uint8_t bytes[32]; uint16_t ushorts[16]; uint32_t uints[8]; uint64_t ulongs[4]; uint64_t txid; };