Return out

This commit is contained in:
jl777
2018-07-21 03:32:13 -11:00
parent 3c5300241e
commit 58875d2506
2 changed files with 4 additions and 5 deletions

View File

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