This commit is contained in:
jl777
2019-03-27 08:58:40 -11:00
parent aa24e63f86
commit 1a413d246f
3 changed files with 3 additions and 2 deletions

View File

@@ -52,6 +52,8 @@ std::string MYCCLIBNAME = (char *)"sudoku";
void komodo_netevent(std::vector<uint8_t> payload) {}
#endif
extern std::string MYCCLIBNAME;
char *CClib_name() { return((char *)MYCCLIBNAME.c_str()); }
struct CClib_rpcinfo

View File

@@ -14,7 +14,7 @@
* *
******************************************************************************/
std::string MYCCLIBNAME = (char *)"gamescc";
std::string MYCCLIBNAME = (char *)"pricescc";
#define PRICES_BETPERIOD 3
UniValue games_rawtxresult(UniValue &result,std::string rawtx,int32_t broadcastflag);

View File

@@ -24,7 +24,6 @@ extern CWallet* pwalletMain;
#define GAMES_REGISTRATIONSIZE (100 * 10000)
#define GAMES_REGISTRATION 1
extern std::string MYCCLIBNAME;
#define MYCCNAME "games"