bool myAddtomempool(CTransaction &tx)

This commit is contained in:
jl777
2018-08-01 04:22:56 -11:00
parent 4d332fc027
commit b46dc9da56
3 changed files with 10 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ bool GetAddressUnspent(uint160 addressHash, int type,std::vector<std::pair<CAddr
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);
// CCcustom
CPubKey GetUnspendable(struct CCcontract_info *cp,uint8_t *unspendablepriv);