CC
This commit is contained in:
@@ -136,7 +136,7 @@ std::vector<CCcontract_info> &GetCryptoConditions()
|
|||||||
return vCC;
|
return vCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GetCCByUnspendableAddress(struct CCcontract_info *cp, char *addrstr)
|
bool GetCCByUnspendableAddress(struct CC_info *cp, char *addrstr)
|
||||||
{
|
{
|
||||||
std::vector<CCcontract_info> &vCC = GetCryptoConditions();
|
std::vector<CCcontract_info> &vCC = GetCryptoConditions();
|
||||||
bool found = false;
|
bool found = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user