From 89c506ddb42337fb83bbbe0de57ccb7cbccf4a7b Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Jul 2018 05:27:13 -1100 Subject: [PATCH] Test --- src/script/interpreter.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index 0588b6a77..1e1127a2c 100644 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -1313,7 +1313,11 @@ int TransactionSignatureChecker::CheckCryptoCondition( } catch (logic_error ex) { return 0; } - int32_t z; + int32_t z; uint8_t *ptr; + ptr = scriptCode.data(); + for (z=0; z