Add error checks

This commit is contained in:
jl777
2018-07-31 00:17:05 -11:00
parent 096f8ed830
commit aec296a50a
2 changed files with 51 additions and 26 deletions

View File

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