diff options
| author | João Barbosa <[email protected]> | 2018-07-24 16:59:49 +0100 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2018-07-24 20:46:23 +0100 |
| commit | 12dd1013454a3b4913e8e6bbac251887e7e82ff0 (patch) | |
| tree | 74edb97303620fd3ce9db676ab0c8f5664c81e58 /src/test/data/script_tests.json | |
| parent | Merge #12257: [wallet] Use destination groups instead of coins in coin select (diff) | |
| download | discoin-12dd1013454a3b4913e8e6bbac251887e7e82ff0.tar.xz discoin-12dd1013454a3b4913e8e6bbac251887e7e82ff0.zip | |
scripted-diff: Remove trailing whitespaces
-BEGIN VERIFY SCRIPT-
sed --in-place'' --regexp-extended 's/[[:space:]]+$//g' $(git grep -I --files-with-matches --extended-regexp '[[:space:]]+$' -- src test ':!*.svg' ':!src/crypto/sha256_sse4*' ':!src/leveldb' ':!src/qt/locale' ':!src/secp256k1' ':!src/univalue')
-END VERIFY SCRIPT-
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 97edc98bf..9b320b694 100644 --- a/src/test/data/script_tests.json +++ b/src/test/data/script_tests.json @@ -712,7 +712,7 @@ ["0x17 0x3014020002107777777777777777777777777777777701", "0 CHECKSIG NOT", "", "OK", "Zero-length R is correctly encoded"], ["0x17 0x3014021077777777777777777777777777777777020001", "0 CHECKSIG NOT", "", "OK", "Zero-length S is correctly encoded for DERSIG"], ["0x27 0x302402107777777777777777777777777777777702108777777777777777777777777777777701", "0 CHECKSIG NOT", "", "OK", "Negative S is correctly encoded"], - + ["2147483648", "CHECKSEQUENCEVERIFY", "CHECKSEQUENCEVERIFY", "OK", "CSV passes if stack top bit 1 << 31 is set"], ["", "DEPTH", "P2SH,STRICTENC", "EVAL_FALSE", "Test the test: we should have an empty stack after scriptSig evaluation"], |