From eb07073d675c512e2a388738f8a01ae5fc4ba0f2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Jul 2018 05:05:58 -1100 Subject: [PATCH] CKeyID --- src/script/standard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/standard.cpp b/src/script/standard.cpp index 359469ed8..309708c7f 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -264,7 +264,7 @@ bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet) else if (IsCryptoConditionsEnabled() != 0 && whichType == TX_CRYPTOCONDITION) { - addressRet = CScriptID(uint160(vSolutions[0])); + addressRet = CKeyID(uint160(vSolutions[0])); return true; } // Multisig txns have more than one address...