Partial revert

This commit is contained in:
jl777
2019-01-19 23:23:08 -11:00
parent 557886b591
commit c4d932a318
4 changed files with 32 additions and 32 deletions

View File

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