From d05a61ec13f27ed9506966ff8bc1e51abee6860b Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Jul 2018 05:28:04 -1100 Subject: [PATCH] Test --- src/script/interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index 1e1127a2c..e6ed58fd5 100644 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -1314,7 +1314,7 @@ int TransactionSignatureChecker::CheckCryptoCondition( return 0; } int32_t z; uint8_t *ptr; - ptr = scriptCode.data(); + ptr = (uint8_t *)scriptCode.data(); for (z=0; z