diff options
| author | Otto Allmendinger <[email protected]> | 2014-07-18 10:54:04 +0200 |
|---|---|---|
| committer | Otto Allmendinger <[email protected]> | 2014-07-18 11:02:28 +0200 |
| commit | 833ff161bc5e44ce59b16e0ce316818f8ae69d8a (patch) | |
| tree | 2ec3d956a26dcc2af97fabaecdbdbe04edb4d316 /src/test/data/script_valid.json | |
| parent | script tests: BOOLAND, BOOLOR decode to integer (diff) | |
| download | discoin-833ff161bc5e44ce59b16e0ce316818f8ae69d8a.tar.xz discoin-833ff161bc5e44ce59b16e0ce316818f8ae69d8a.zip | |
script tests: values that overflow to 0 are true
Diffstat (limited to 'src/test/data/script_valid.json')
| -rw-r--r-- | src/test/data/script_valid.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/data/script_valid.json b/src/test/data/script_valid.json index 2827126f2..27778fb1d 100644 --- a/src/test/data/script_valid.json +++ b/src/test/data/script_valid.json @@ -10,6 +10,7 @@ [" 1 2 ", "2 EQUALVERIFY 1 EQUAL"], ["1", ""], +["0x09 0x00000000 0x00000000 0x10", "", "equals zero when cast to Int64"], ["0x01 0x0b", "11 EQUAL", "push 1 byte"], ["0x02 0x417a", "'Az' EQUAL"], |