::FromVector(p.vData[0], ch);
commitmentHeight = coins->nHeight;
// this needs to already be in a prior block, or we can't consider it valid
- if (!commitmentHeight)
+ if (!commitmentHeight || commitmentHeight == -1)
{
if (extendedIDValidation)
{
bool isVerusActive = IsVerusActive();
- if (currencyDest.GetID() == GetDestinationID(DecodeDestination("iAYDPgZ8PuDQyMa4mXycC964bzgU4sWH57")))
- {
- printf("operation for reserve currency: %s\n", currencyDest.name.c_str());
- }
-
CCcontract_info CC;
CCcontract_info *cp;