This commit is contained in:
jl777
2018-07-21 02:56:09 -11:00
parent f6753cc656
commit 4b80614b5e
2 changed files with 7 additions and 8 deletions

View File

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