diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-12-16 07:58:02 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-12-16 07:58:09 +0100 |
| commit | bf4bf40a1c8e94e766679f1c8cde75c3067cf594 (patch) | |
| tree | 7e1cb3f83240832dd26741d176adb7ed0a4ea6b9 /src/test/data/script_valid.json | |
| parent | Merge pull request #5471 (diff) | |
| parent | minor fix on script test data docs (diff) | |
| download | discoin-bf4bf40a1c8e94e766679f1c8cde75c3067cf594.tar.xz discoin-bf4bf40a1c8e94e766679f1c8cde75c3067cf594.zip | |
Merge pull request #5482
87e8e1c minor fix on script test data docs (Manuel Araoz)
Diffstat (limited to 'src/test/data/script_valid.json')
| -rw-r--r-- | src/test/data/script_valid.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/data/script_valid.json b/src/test/data/script_valid.json index d3075de64..a1b7b119e 100644 --- a/src/test/data/script_valid.json +++ b/src/test/data/script_valid.json @@ -1,5 +1,5 @@ [ -["Format is: [scriptPubKey, scriptSig, flags, ... comments]"], +["Format is: [scriptSig, scriptPubKey, flags, ... comments]"], ["It is evaluated as if there was a crediting coinbase transaction with two 0"], ["pushes as scriptSig, and one output of 0 satoshi and given scriptPubKey,"], ["followed by a spending transaction which spends this output as only input (and"], |