Prices
This commit is contained in:
@@ -52,6 +52,8 @@ std::string MYCCLIBNAME = (char *)"sudoku";
|
|||||||
void komodo_netevent(std::vector<uint8_t> payload) {}
|
void komodo_netevent(std::vector<uint8_t> payload) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern std::string MYCCLIBNAME;
|
||||||
|
|
||||||
char *CClib_name() { return((char *)MYCCLIBNAME.c_str()); }
|
char *CClib_name() { return((char *)MYCCLIBNAME.c_str()); }
|
||||||
|
|
||||||
struct CClib_rpcinfo
|
struct CClib_rpcinfo
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* *
|
* *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
std::string MYCCLIBNAME = (char *)"gamescc";
|
std::string MYCCLIBNAME = (char *)"pricescc";
|
||||||
|
|
||||||
#define PRICES_BETPERIOD 3
|
#define PRICES_BETPERIOD 3
|
||||||
UniValue games_rawtxresult(UniValue &result,std::string rawtx,int32_t broadcastflag);
|
UniValue games_rawtxresult(UniValue &result,std::string rawtx,int32_t broadcastflag);
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ extern CWallet* pwalletMain;
|
|||||||
#define GAMES_REGISTRATIONSIZE (100 * 10000)
|
#define GAMES_REGISTRATIONSIZE (100 * 10000)
|
||||||
#define GAMES_REGISTRATION 1
|
#define GAMES_REGISTRATION 1
|
||||||
|
|
||||||
extern std::string MYCCLIBNAME;
|
|
||||||
|
|
||||||
#define MYCCNAME "games"
|
#define MYCCNAME "games"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user