This commit is contained in:
jl777
2018-07-31 03:52:05 -11:00
parent 63600b1d9b
commit fb89b4411d
5 changed files with 4 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ extern CWallet* pwalletMain;
bool GetAddressUnspent(uint160 addressHash, int type,std::vector<std::pair<CAddressUnspentKey,CAddressUnspentValue> > &unspentOutputs);
static const uint256 zeroid;
bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock);
// CCcustom
CPubKey GetUnspendable(struct CCcontract_info *cp,uint8_t *unspendablepriv);