aboutsummaryrefslogtreecommitdiff
path: root/test/util/data/txcreatemultisig5.json
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-09-20 20:19:14 -0400
committerMatt Corallo <git@bluematt.me>2017-09-20 23:29:59 -0400
commit28d4542a0ac77a30a242d0568e580a5b437f53fa (patch)
treef21f03c770beb8586aef0fede0d18e089471882c /test/util/data/txcreatemultisig5.json
parent98212745c8acb5cc4e688bbb3979bfd46b25f98a (diff)
downloadbitcoin-28d4542a0ac77a30a242d0568e580a5b437f53fa.tar.xz
Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
Diffstat (limited to 'test/util/data/txcreatemultisig5.json')
-rw-r--r--test/util/data/txcreatemultisig5.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/util/data/txcreatemultisig5.json b/test/util/data/txcreatemultisig5.json
new file mode 100644
index 0000000000..20e9bb077b
--- /dev/null
+++ b/test/util/data/txcreatemultisig5.json
@@ -0,0 +1,26 @@
+{
+ "txid": "813cf75e1f08debd242ef7c8192b7d478fb651355209369499a0de779ba7eb2f",
+ "hash": "813cf75e1f08debd242ef7c8192b7d478fb651355209369499a0de779ba7eb2f",
+ "version": 2,
+ "size": 42,
+ "vsize": 42,
+ "locktime": 0,
+ "vin": [
+ ],
+ "vout": [
+ {
+ "value": 1.00000000,
+ "n": 0,
+ "scriptPubKey": {
+ "asm": "OP_HASH160 a4051c02398868af83f28f083208fae99a769263 OP_EQUAL",
+ "hex": "a914a4051c02398868af83f28f083208fae99a76926387",
+ "reqSigs": 1,
+ "type": "scripthash",
+ "addresses": [
+ "3GeGs1eHUxPz5YyuFe9WPpXid2UsUb5Jos"
+ ]
+ }
+ }
+ ],
+ "hex": "02000000000100e1f5050000000017a914a4051c02398868af83f28f083208fae99a7692638700000000"
+}