aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/txcreate2.json
diff options
context:
space:
mode:
authorjnewbery <john@johnnewbery.com>2016-09-29 10:13:16 -0400
committerMarcoFalke <falke.marco@gmail.com>2016-10-03 10:56:41 +0200
commiteb18cc1272e1f29b2caccf08aedee3de6fc3c437 (patch)
tree060ce3c18d5f410414cc043d644c380650751101 /src/test/data/txcreate2.json
parentd87227d6d2d6e06af1ef4ad13e2b15f1d4d43600 (diff)
downloadbitcoin-eb18cc1272e1f29b2caccf08aedee3de6fc3c437.tar.xz
bitcoin-util-test.py should fail if the output file is empty
Github-Pull: #8836 Rebased-From: da9469770847df56e67e629986129a087b5bd7a5
Diffstat (limited to 'src/test/data/txcreate2.json')
-rw-r--r--src/test/data/txcreate2.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/test/data/txcreate2.json b/src/test/data/txcreate2.json
index e69de29bb2..c56293eaf2 100644
--- a/src/test/data/txcreate2.json
+++ b/src/test/data/txcreate2.json
@@ -0,0 +1,19 @@
+{
+ "txid": "cf90229625e9eb10f6be8156bf6aa5ec2eca19a42b1e05c11f3029b560a32e13",
+ "version": 1,
+ "locktime": 0,
+ "vin": [
+ ],
+ "vout": [
+ {
+ "value": 0.00,
+ "n": 0,
+ "scriptPubKey": {
+ "asm": "",
+ "hex": "",
+ "type": "nonstandard"
+ }
+ }
+ ],
+ "hex": "01000000000100000000000000000000000000"
+}