diff options
| author | practicalswift <[email protected]> | 2018-03-21 10:54:17 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-03-21 10:54:17 +0100 |
| commit | d27327c79a651fab77e032fa1f00ce4458db959b (patch) | |
| tree | b31605a352ad7ee1a68d5a524b0bb9335e9592cf /test/util/data | |
| parent | Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED (diff) | |
| download | discoin-d27327c79a651fab77e032fa1f00ce4458db959b.tar.xz discoin-d27327c79a651fab77e032fa1f00ce4458db959b.zip | |
Fix typos
Diffstat (limited to 'test/util/data')
| -rw-r--r-- | test/util/data/bitcoin-util-test.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/util/data/bitcoin-util-test.json b/test/util/data/bitcoin-util-test.json index 89b28bba6..a115aa30d 100644 --- a/test/util/data/bitcoin-util-test.json +++ b/test/util/data/bitcoin-util-test.json @@ -144,12 +144,12 @@ { "exec": "./bitcoin-tx", "args": ["02000000000100000000000000000000000000"], "output_cmp": "txcreate2.hex", - "description": "Parses a transation with no inputs and a single output script" + "description": "Parses a transaction with no inputs and a single output script" }, { "exec": "./bitcoin-tx", "args": ["-json", "02000000000100000000000000000000000000"], "output_cmp": "txcreate2.json", - "description": "Parses a transation with no inputs and a single output script (output in json)" + "description": "Parses a transaction with no inputs and a single output script (output in json)" }, { "exec": "./bitcoin-tx", "args": ["-create", "outscript=0:OP_DROP", "nversion=1"], |