Browse Source

minor fix on script test data docs

0.13
Manuel Araoz 10 years ago
parent
commit
87e8e1ca8b
  1. 2
      src/test/data/script_invalid.json
  2. 2
      src/test/data/script_valid.json

2
src/test/data/script_invalid.json

@ -1,5 +1,5 @@ @@ -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"],

2
src/test/data/script_valid.json

@ -1,5 +1,5 @@ @@ -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"],

Loading…
Cancel
Save