This commit is contained in:
jl777
2019-03-27 08:42:44 -11:00
parent 8de793c57b
commit 0e1310dd8a
3 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
* *
******************************************************************************/
std::string MYCCLIBNAME = (char *)"gamescc";
#define PRICES_BETPERIOD 3
UniValue games_rawtxresult(UniValue &result,std::string rawtx,int32_t broadcastflag);
extern uint8_t ASSETCHAINS_OVERRIDE_PUBKEY33[33];

View File

@@ -14,6 +14,8 @@
* *
******************************************************************************/
std::string MYCCLIBNAME = (char *)"gamescc";
// game specific code for daemon
void games_packitemstr(char *packitemstr,struct games_packitem *item)
{

View File

@@ -15,7 +15,6 @@ extern CWallet* pwalletMain;
#include "CCinclude.h"
#include "secp256k1.h"
std::string MYCCLIBNAME = (char *)"gamescc";
#define EVAL_GAMES (EVAL_FAUCET2+1)
#define GAMES_TXFEE 10000