myIsutxo_spentinmempool

This commit is contained in:
jl777
2018-08-02 01:10:04 -11:00
parent f2e6ae7294
commit 079be98a2e
5 changed files with 29 additions and 15 deletions

View File

@@ -53,7 +53,8 @@ static const uint256 zeroid;
bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock);
int32_t is_hexstr(char *str,int32_t n);
bool myAddtomempool(CTransaction &tx);
uint64_t myGettxout(uint256 hash,int32_t n);
//uint64_t myGettxout(uint256 hash,int32_t n);
bool myIsutxo_spentinmempool(uint256 txid,int32_t vout);
// CCcustom
CPubKey GetUnspendable(struct CCcontract_info *cp,uint8_t *unspendablepriv);