This commit is contained in:
jl777
2018-07-21 05:05:58 -11:00
parent 1fa542aff9
commit eb07073d67

View File

@@ -264,7 +264,7 @@ bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet)
else if (IsCryptoConditionsEnabled() != 0 && whichType == TX_CRYPTOCONDITION) else if (IsCryptoConditionsEnabled() != 0 && whichType == TX_CRYPTOCONDITION)
{ {
addressRet = CScriptID(uint160(vSolutions[0])); addressRet = CKeyID(uint160(vSolutions[0]));
return true; return true;
} }
// Multisig txns have more than one address... // Multisig txns have more than one address...