diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-06-22 20:36:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-06-22 20:46:37 +0200 |
| commit | 6bef7ca8bc6a0894875eede7cbb2f28e77e91bd7 (patch) | |
| tree | 5b210133c46f235eb18c8a1983c2cfd1c49b470a /src/test/data/script_tests.json | |
| parent | Merge #10636: [qa] util: Check return code after closing bitcoind proc (diff) | |
| parent | Fixed multiple typos (diff) | |
| download | discoin-6bef7ca8bc6a0894875eede7cbb2f28e77e91bd7.tar.xz discoin-6bef7ca8bc6a0894875eede7cbb2f28e77e91bd7.zip | |
Merge #10633: doc: Fix various typos
0a5a6b9 Fixed multiple typos (Dimitris Tsapakidis)
Tree-SHA512: 57748710bcbc03945b160db5e95bd686a2c64605f25d5e11d8ed9d0e1be3b3bf287a63588dc6eb33d0cef4ff17c765fda7c226d667a357acc539c8fcf2b9bb7e
Diffstat (limited to 'src/test/data/script_tests.json')
| -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 e35a7ce56..0390d6806 100644 --- a/src/test/data/script_tests.json +++ b/src/test/data/script_tests.json @@ -2506,7 +2506,7 @@ ], ["CHECKSEQUENCEVERIFY tests"], -["", "CHECKSEQUENCEVERIFY", "CHECKSEQUENCEVERIFY", "INVALID_STACK_OPERATION", "CSV automatically fails on a empty stack"], +["", "CHECKSEQUENCEVERIFY", "CHECKSEQUENCEVERIFY", "INVALID_STACK_OPERATION", "CSV automatically fails on an empty stack"], ["-1", "CHECKSEQUENCEVERIFY", "CHECKSEQUENCEVERIFY", "NEGATIVE_LOCKTIME", "CSV automatically fails if stack top is negative"], ["0x0100", "CHECKSEQUENCEVERIFY", "CHECKSEQUENCEVERIFY,MINIMALDATA", "UNKNOWN_ERROR", "CSV fails if stack top is not minimally encoded"], ["0", "CHECKSEQUENCEVERIFY", "CHECKSEQUENCEVERIFY", "UNSATISFIED_LOCKTIME", "CSV fails if stack top bit 1 << 31 is set and the tx version < 2"], |