Dice status

This commit is contained in:
jl777
2018-08-02 03:05:37 -11:00
parent 079be98a2e
commit 7e9887593d
8 changed files with 108 additions and 62 deletions

View File

@@ -55,6 +55,8 @@ int32_t is_hexstr(char *str,int32_t n);
bool myAddtomempool(CTransaction &tx);
//uint64_t myGettxout(uint256 hash,int32_t n);
bool myIsutxo_spentinmempool(uint256 txid,int32_t vout);
int32_t myIsutxo_spent(uint256 &spenttxid,uint256 txid,int32_t vout);
bool mySendrawtransaction(std:string res);
// CCcustom
CPubKey GetUnspendable(struct CCcontract_info *cp,uint8_t *unspendablepriv);