From b7168865a9ff1a6968f7721bf769877e3ebc8fd4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Jul 2018 03:13:16 -1100 Subject: [PATCH] Y --- 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 dbbf04c93..9ed6e94ba 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -76,7 +76,7 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector hashBytes; uint160 x; int32_t i; uint8_t hash20[20],*ptr;; x = Hash160(scriptPubKey); - memcpp(hash20,&x,20); + memcpy(hash20,&x,20); ptr = hashBytes.data(); hashBytes.resize(20); for (i=0; i<20; i++)