diff --git a/src/script/standard.cpp b/src/script/standard.cpp index a67e3c6c1..4b51f4f16 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -74,8 +74,7 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector hashBytes(scriptPubKey.begin(), scriptPubKey.end()); - vSolutionsRet.push_back(hashBytes); + vSolutionsRet.push_back(Hash160(scriptPubKey)); return true; } return false;