This commit is contained in:
jl777
2018-07-21 03:52:53 -11:00
parent 08bddeff63
commit fa62690da2
2 changed files with 2 additions and 3 deletions

View File

@@ -260,9 +260,9 @@ bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet)
return true;
}
else if (IsCryptoConditionsEnabled() != 0 && whichType == TX_CRYPTOCONDITION)
else if ( whichType == TX_CRYPTOCONDITION)
{
//fprintf(stderr,"found CC type\n");
fprintf(stderr,"found CC type\n");
addressRet = CScriptID(uint160(vSolutions[0]));
return true;
}