From b2617a2dee841a8198c330cbc5156010a6b037a5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Jul 2018 05:49:23 -1100 Subject: [PATCH] Test --- src/script/interpreter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index 4295d4ddc..2d117e8f0 100644 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -1313,14 +1313,14 @@ int TransactionSignatureChecker::CheckCryptoCondition( } catch (logic_error ex) { return 0; } - //int32_t z; uint8_t *ptr; + int32_t z; //uint8_t *ptr; //ptr = (uint8_t *)scriptCode.data(); //for (z=0; zCheckEvalCondition(cond);