aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-09-30 12:35:48 +0200
committerWladimir J. van der Laan <[email protected]>2016-09-30 12:36:02 +0200
commit90adfabd5daa2434af33f75df965d6aa23cd636c (patch)
tree2e800b02cf722f334300846910216472f3075ca8 /src/test/data
parentMerge #8839: test: Avoid ConnectionResetErrors during RPC tests (diff)
parentbitcoin-util-test.py should fail if the output file is empty (diff)
downloaddiscoin-90adfabd5daa2434af33f75df965d6aa23cd636c.tar.xz
discoin-90adfabd5daa2434af33f75df965d6aa23cd636c.zip
Merge #8836: bitcoin-util-test.py should fail if the output file is empty
da94697 bitcoin-util-test.py should fail if the output file is empty (jnewbery)
Diffstat (limited to 'src/test/data')
-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 e69de29bb..c56293eaf 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"
+}