This commit is contained in:
jl777
2019-01-19 23:04:59 -11:00
parent 016548281c
commit 3962a18c33

View File

@@ -136,7 +136,7 @@ std::vector<CCcontract_info> &GetCryptoConditions()
return vCC;
}
bool GetCCByUnspendableAddress(struct CCcontract_info *cp, char *addrstr)
bool GetCCByUnspendableAddress(struct CC_info *cp, char *addrstr)
{
std::vector<CCcontract_info> &vCC = GetCryptoConditions();
bool found = false;