Test
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
* *
|
* *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
std::string MYCCLIBNAME = (char *)"gamescc";
|
||||||
|
|
||||||
#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);
|
||||||
extern uint8_t ASSETCHAINS_OVERRIDE_PUBKEY33[33];
|
extern uint8_t ASSETCHAINS_OVERRIDE_PUBKEY33[33];
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
* *
|
* *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
std::string MYCCLIBNAME = (char *)"gamescc";
|
||||||
|
|
||||||
// game specific code for daemon
|
// game specific code for daemon
|
||||||
void games_packitemstr(char *packitemstr,struct games_packitem *item)
|
void games_packitemstr(char *packitemstr,struct games_packitem *item)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ extern CWallet* pwalletMain;
|
|||||||
#include "CCinclude.h"
|
#include "CCinclude.h"
|
||||||
#include "secp256k1.h"
|
#include "secp256k1.h"
|
||||||
|
|
||||||
std::string MYCCLIBNAME = (char *)"gamescc";
|
|
||||||
|
|
||||||
#define EVAL_GAMES (EVAL_FAUCET2+1)
|
#define EVAL_GAMES (EVAL_FAUCET2+1)
|
||||||
#define GAMES_TXFEE 10000
|
#define GAMES_TXFEE 10000
|
||||||
|
|||||||
Reference in New Issue
Block a user