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