Ccactivate

This commit is contained in:
jl777
2018-08-21 02:30:05 -11:00
parent 19c8395e8a
commit e0f78699ce
9 changed files with 179 additions and 17 deletions

View File

@@ -28,7 +28,8 @@
#include <univalue.h>
#include <exception>
extern int32_t KOMODO_CONNECTING;
extern int32_t KOMODO_CONNECTING,KOMODO_CCACTIVATE;
extern uint32_t ASSETCHAINS_CC;
#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; };