test: Remove outdated comment in script_tests
What changed, and why it matters
This commit removes a single outdated comment from a test data file. The comment referred to a file called script_invalid.json that no longer exists. There is no code change, no functional change, and no security relevance.
No action needed. This is a documentation-only cleanup in test data.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes one JSON string element in src/test/data/script_tests.json that told readers to look at a corresponding test file script_invalid.json. That file has been removed from the repository, so the comment is stale. No test vectors, script logic, consensus code, or validation behavior is modified.
Changed components
src/test/data/script_tests.jsonInspect captured patch +0 / −1
diff --git a/src/test/data/script_tests.json b/src/test/data/script_tests.json
index 2b7f5042..43e40dce 100644
--- a/src/test/data/script_tests.json
+++ b/src/test/data/script_tests.json
@@ -691,7 +691,6 @@
["to test the exact order in which signatures and pubkeys are evaluated by"],
["distinguishing CHECKMULTISIG returning false on the stack and the script as a"],
["whole failing."],
-["See also the corresponding inverted versions of these tests in script_invalid.json"],
[
"0 0x47 0x3044022044dc17b0887c161bb67ba9635bf758735bdde503e4b0a0987f587f14a4e1143d022009a215772d49a85dae40d8ca03955af26ad3978a0ff965faa12915e9586249a501 0x47 0x3044022044dc17b0887c161bb67ba9635bf758735bdde503e4b0a0987f587f14a4e1143d022009a215772d49a85dae40d8ca03955af26ad3978a0ff965faa12915e9586249a501",
"2 0 0x21 0x02865c40293a680cb9c020e7b1e106d8c1916d3cef99aa431a56d253e69256dac0 2 CHECKMULTISIG NOT",
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.