diff options
| author | MarcoFalke <[email protected]> | 2020-07-11 13:56:13 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-07-11 14:24:36 +0200 |
| commit | facd7dd3d1f9d51e1133974ff69eeb48f5ae282b (patch) | |
| tree | 8e73b4e97801363108dee58962700e07efa55bf4 /src/test/data/script_tests.json | |
| parent | Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i... (diff) | |
| download | discoin-facd7dd3d1f9d51e1133974ff69eeb48f5ae282b.tar.xz discoin-facd7dd3d1f9d51e1133974ff69eeb48f5ae282b.zip | |
wallet: Fix typo in comments; Simplify assert
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 c01ef307b..724789bbf 100644 --- a/src/test/data/script_tests.json +++ b/src/test/data/script_tests.json @@ -678,7 +678,7 @@ ["0 0x02 0x0000 0", "CHECKMULTISIGVERIFY 1", "", "OK"], ["While not really correctly DER encoded, the empty signature is allowed by"], -["STRICTENC to provide a compact way to provide a delibrately invalid signature."], +["STRICTENC to provide a compact way to provide a deliberately invalid signature."], ["0", "0x21 0x02865c40293a680cb9c020e7b1e106d8c1916d3cef99aa431a56d253e69256dac0 CHECKSIG NOT", "STRICTENC", "OK"], ["0 0", "1 0x21 0x02865c40293a680cb9c020e7b1e106d8c1916d3cef99aa431a56d253e69256dac0 1 CHECKMULTISIG NOT", "STRICTENC", "OK"], |