aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/txcreateoutpubkey2.json
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-01-12 12:24:25 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-01-12 12:24:35 +0100
commitd5d4ad87afbf6c09a936c910826a75568d42d7ea (patch)
treee7c79fc9616b2d4ef0a605be888a2bea0acfb0df /src/test/data/txcreateoutpubkey2.json
parentfac0f30482d56c7a38e9bdd7a4090b896965f030 (diff)
parent0c50909347c4def009e22da224339bc82e171e42 (diff)
downloadbitcoin-d5d4ad87afbf6c09a936c910826a75568d42d7ea.tar.xz
Merge #8883: Add all standard TXO types to bitcoin-tx
0c50909 testcases: explicitly specify transaction version 1 (John Newbery) b7e144b Add test cases to test new bitcoin-tx functionality (jnewbery) 61a1534 Add all transaction output types to bitcoin-tx. (jnewbery) 1814b08 add p2sh and segwit options to bitcoin-tx outscript command (Stanislas Marion)
Diffstat (limited to 'src/test/data/txcreateoutpubkey2.json')
-rw-r--r--src/test/data/txcreateoutpubkey2.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/data/txcreateoutpubkey2.json b/src/test/data/txcreateoutpubkey2.json
new file mode 100644
index 0000000000..6fc3d57527
--- /dev/null
+++ b/src/test/data/txcreateoutpubkey2.json
@@ -0,0 +1,20 @@
+{
+ "txid": "70f2a088cde460e677415fa1fb71895e90c231e6ed38ed203a35b6f848e9cc73",
+ "hash": "70f2a088cde460e677415fa1fb71895e90c231e6ed38ed203a35b6f848e9cc73",
+ "version": 1,
+ "locktime": 0,
+ "vin": [
+ ],
+ "vout": [
+ {
+ "value": 0.00,
+ "n": 0,
+ "scriptPubKey": {
+ "asm": "0 a2516e770582864a6a56ed21a102044e388c62e3",
+ "hex": "0014a2516e770582864a6a56ed21a102044e388c62e3",
+ "type": "witness_v0_keyhash"
+ }
+ }
+ ],
+ "hex": "0100000000010000000000000000160014a2516e770582864a6a56ed21a102044e388c62e300000000"
+}