This commit is contained in:
jl777
2019-01-19 02:34:33 -11:00
parent 33a2ac6e3b
commit cc1d119144
2 changed files with 1 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ one other technical note is that komodod has the insight-explorer extensions bui
extern int32_t KOMODO_CONNECTING,KOMODO_CCACTIVATE,KOMODO_DEALERNODE;
extern uint32_t ASSETCHAINS_CC;
extern char ASSETCHAINS_SYMBOL[];
extern std::string CCerror;
extern std::string CCerror,ASSETCHAINS_CCLIB;
extern uint8_t ASSETCHAINS_CCDISABLES[256];
#define CC_MAXVINS 1024

View File

@@ -28,7 +28,6 @@
#include "crosschain.h"
#define MYCCLIBNAME ((char *)"stub")
extern std::string ASSETCHAINS_CCLIB;
char *CClib_name() { return(MYCCLIBNAME); }