From e0509cb521f15a33b10848d3ff2cc8de54457dec Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Jul 2018 03:04:17 -1100 Subject: [PATCH] Return valid vSolution --- src/script/standard.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/script/standard.cpp b/src/script/standard.cpp index 69477c558..a67e3c6c1 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -74,6 +74,8 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector hashBytes(scriptPubKey.begin(), scriptPubKey.end()); + vSolutionsRet.push_back(hashBytes); return true; } return false;