diff --git a/src/script/standard.cpp b/src/script/standard.cpp index 9ed6e94ba..97e34f911 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -77,8 +77,8 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector hashBytes; uint160 x; int32_t i; uint8_t hash20[20],*ptr;; x = Hash160(scriptPubKey); memcpy(hash20,&x,20); - ptr = hashBytes.data(); hashBytes.resize(20); + ptr = hashBytes.data(); for (i=0; i<20; i++) ptr[i] = hash20[i]; vSolutionsRet.push_back(hashBytes);