We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab61103 commit a6c3265Copy full SHA for a6c3265
test/data/script-tests.json
@@ -10735,6 +10735,18 @@
10735
"flags": [],
10736
"result": "NEGATIVE_LOCKTIME"
10737
},
10738
+ {
10739
+ "comments": "CHECKLOCKTIMEVERIFY automatically fails if stack top is negative",
10740
+ "script": "OP_CHECKLOCKTIMEVERIFY",
10741
+ "value": 0,
10742
+ "witness": [
10743
+ "81"
10744
+ ],
10745
+ "locktime": 0,
10746
+ "sequence": 4294967295,
10747
+ "flags": [],
10748
+ "result": "NEGATIVE_LOCKTIME"
10749
+ },
10750
{
10751
"comments": "CSV fails if stack top is not minimally encoded",
10752
"script": "OP_CHECKSEQUENCEVERIFY",
0 commit comments