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