diff options
| author | Pieter Wuille <[email protected]> | 2017-06-28 15:49:13 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-06-30 16:14:13 -0700 |
| commit | 2851b77312b55c8868acd4cd2c118e5a034606b7 (patch) | |
| tree | a0dcb9dd740bf3f0a277bbf43e6fc9e9445a11ba /src/test/data/script_tests.json | |
| parent | Merge #10192: Cache full script execution results in addition to signatures (diff) | |
| download | discoin-2851b77312b55c8868acd4cd2c118e5a034606b7.tar.xz discoin-2851b77312b55c8868acd4cd2c118e5a034606b7.zip | |
Make all script verification flags softforks
Diffstat (limited to 'src/test/data/script_tests.json')
| -rw-r--r-- | src/test/data/script_tests.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/data/script_tests.json b/src/test/data/script_tests.json index 0390d6806..50aaa223f 100644 --- a/src/test/data/script_tests.json +++ b/src/test/data/script_tests.json @@ -862,8 +862,6 @@ ["Ensure 100% coverage of discouraged NOPS"], ["1", "NOP1", "P2SH,DISCOURAGE_UPGRADABLE_NOPS", "DISCOURAGE_UPGRADABLE_NOPS"], -["1", "CHECKLOCKTIMEVERIFY", "P2SH,DISCOURAGE_UPGRADABLE_NOPS", "DISCOURAGE_UPGRADABLE_NOPS"], -["1", "CHECKSEQUENCEVERIFY", "P2SH,DISCOURAGE_UPGRADABLE_NOPS", "DISCOURAGE_UPGRADABLE_NOPS"], ["1", "NOP4", "P2SH,DISCOURAGE_UPGRADABLE_NOPS", "DISCOURAGE_UPGRADABLE_NOPS"], ["1", "NOP5", "P2SH,DISCOURAGE_UPGRADABLE_NOPS", "DISCOURAGE_UPGRADABLE_NOPS"], ["1", "NOP6", "P2SH,DISCOURAGE_UPGRADABLE_NOPS", "DISCOURAGE_UPGRADABLE_NOPS"], |