diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-05-17 10:50:39 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-05-17 10:52:00 +0200 |
| commit | 0542978aae128a319086535f95adc6ba0eade0f3 (patch) | |
| tree | 0464f6b82dac948c41c0c953f4baf75b28c7771a /src/test | |
| parent | Merge #10413: Fix docs (there's no rpc command setpaytxfee) (diff) | |
| parent | tests: Correct testcase in script_tests.json for large number OP_EQUAL (diff) | |
| download | discoin-0542978aae128a319086535f95adc6ba0eade0f3.tar.xz discoin-0542978aae128a319086535f95adc6ba0eade0f3.zip | |
Merge #10405: tests: Correct testcase in script_tests.json for large number OP_EQUAL
2f84cf6 tests: Correct testcase in script_tests.json for large number OP_EQUAL (Wladimir J. van der Laan)
Tree-SHA512: 3a4d33c7d65ea40f25e2f5f2dfab8b0262cac8a7c33698eef8332ca5ec4a6f88f73fc51441892b49ffa85660be5037644430585f2eab76e257d544f9c2271ab7
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/data/script_tests.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/data/script_tests.json b/src/test/data/script_tests.json index 5c054ed3e..e35a7ce56 100644 --- a/src/test/data/script_tests.json +++ b/src/test/data/script_tests.json @@ -349,7 +349,7 @@ ["2147483647", "0x04 0xFFFFFF7F EQUAL", "P2SH,STRICTENC", "OK"], ["2147483648", "0x05 0x0000008000 EQUAL", "P2SH,STRICTENC", "OK"], ["549755813887", "0x05 0xFFFFFFFF7F EQUAL", "P2SH,STRICTENC", "OK"], -["549755813888", "0x06 0xFFFFFFFF7F EQUAL", "P2SH,STRICTENC", "OK"], +["549755813888", "0x06 0x000000008000 EQUAL", "P2SH,STRICTENC", "OK"], ["9223372036854775807", "0x08 0xFFFFFFFFFFFFFF7F EQUAL", "P2SH,STRICTENC", "OK"], ["-1", "0x01 0x81 EQUAL", "P2SH,STRICTENC", "OK", "Numbers are little-endian with the MSB being a sign bit"], ["-127", "0x01 0xFF EQUAL", "P2SH,STRICTENC", "OK"], |