diff options
author | Manuel Araoz <manuelaraoz@gmail.com> | 2014-12-16 00:55:21 -0300 |
---|---|---|
committer | Manuel Araoz <manuelaraoz@gmail.com> | 2014-12-16 00:55:21 -0300 |
commit | 87e8e1ca8bbcfc37d52c701ea2b0a991fce0d2a7 (patch) | |
tree | 7e1cb3f83240832dd26741d176adb7ed0a4ea6b9 /src | |
parent | 13c077c7cfe9f367c721f3d99924b3d568afb4d0 (diff) |
minor fix on script test data docs
Diffstat (limited to 'src')
-rw-r--r-- | src/test/data/script_invalid.json | 2 | ||||
-rw-r--r-- | src/test/data/script_valid.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/data/script_invalid.json b/src/test/data/script_invalid.json index 86d39b5c20..44e0dca8be 100644 --- a/src/test/data/script_invalid.json +++ b/src/test/data/script_invalid.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"], diff --git a/src/test/data/script_valid.json b/src/test/data/script_valid.json index d3075de646..a1b7b119ef 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"], |