aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/script_invalid.json
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-08-25 18:17:59 -0700
committerGavin Andresen <[email protected]>2013-08-25 18:17:59 -0700
commitb62dc051aa44ee73e24b49dd9337de2434b89710 (patch)
treef51a036053413d57e3a2e33e96b00d10cdff6a2f /src/test/data/script_invalid.json
parentMerge pull request #2935 from sipa/obounds (diff)
parentDocument and test OP_RESERVED weirdness (diff)
downloaddiscoin-b62dc051aa44ee73e24b49dd9337de2434b89710.tar.xz
discoin-b62dc051aa44ee73e24b49dd9337de2434b89710.zip
Merge pull request #2938 from petertodd/op-reserved-weirdness
Document and test OP_RESERVED weirdness
Diffstat (limited to 'src/test/data/script_invalid.json')
-rw-r--r--src/test/data/script_invalid.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/data/script_invalid.json b/src/test/data/script_invalid.json
index 6964d16a7..761cc4a00 100644
--- a/src/test/data/script_invalid.json
+++ b/src/test/data/script_invalid.json
@@ -251,6 +251,7 @@
["1","VER", "OP_VER is reserved"],
["1","VERIF", "OP_VERIF is reserved"],
["1","VERNOTIF", "OP_VERNOTIF is reserved"],
+["1","RESERVED", "OP_RESERVED is reserved"],
["1","RESERVED1", "OP_RESERVED1 is reserved"],
["1","RESERVED2", "OP_RESERVED2 is reserved"],
["1","0xba", "0xba == OP_NOP10 + 1"],