mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Fix new dash-tx tests
This commit is contained in:
parent
86753a890d
commit
611cb6f275
@ -13,7 +13,7 @@
|
|||||||
"args": ["-"],
|
"args": ["-"],
|
||||||
"input": "blanktxv2.hex",
|
"input": "blanktxv2.hex",
|
||||||
"output_cmp": "blanktxv2.hex",
|
"output_cmp": "blanktxv2.hex",
|
||||||
"description": "Creates a blank transaction when nothing is piped into bitcoin-tx"
|
"description": "Creates a blank transaction when nothing is piped into dash-tx"
|
||||||
},
|
},
|
||||||
{ "exec": "./dash-tx",
|
{ "exec": "./dash-tx",
|
||||||
"args": ["-json","-create"],
|
"args": ["-json","-create"],
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"args": ["-json","-"],
|
"args": ["-json","-"],
|
||||||
"input": "blanktxv2.hex",
|
"input": "blanktxv2.hex",
|
||||||
"output_cmp": "blanktxv2.json",
|
"output_cmp": "blanktxv2.json",
|
||||||
"description": "Creates a blank transaction when nothing is piped into bitcoin-tx (output in json)"
|
"description": "Creates a blank transaction when nothing is piped into dash-tx (output in json)"
|
||||||
},
|
},
|
||||||
{ "exec": "./dash-tx",
|
{ "exec": "./dash-tx",
|
||||||
"args": ["-", "delin=1"],
|
"args": ["-", "delin=1"],
|
||||||
@ -141,10 +141,10 @@
|
|||||||
"args":
|
"args":
|
||||||
["-create", "nversion=1",
|
["-create", "nversion=1",
|
||||||
"in=4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485:0",
|
"in=4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485:0",
|
||||||
"set=privatekeys:[\"5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf\"]",
|
"set=privatekeys:[\"7qYrzJZWqnyCWMYswFcqaRJypGdVceudXPSxmZKsngN7fyo7aAV\"]",
|
||||||
"set=prevtxs:[{\"txid\":\"4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485\",\"vout\":0,\"scriptPubKey\":\"76a91491b24bf9f5288532960ac687abb035127b1d28a588ac\"}]",
|
"set=prevtxs:[{\"txid\":\"4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485\",\"vout\":0,\"scriptPubKey\":\"76a91491b24bf9f5288532960ac687abb035127b1d28a588ac\"}]",
|
||||||
"sign=ALL",
|
"sign=ALL",
|
||||||
"outaddr=0.001:193P6LtvS4nCnkDvM9uXn1gsSRqh4aDAz7"],
|
"outaddr=0.001:XijDvbYpPmznwgpWD3DkdYNfGmRP2KoVSk"],
|
||||||
"output_cmp": "txcreatesignv1.hex",
|
"output_cmp": "txcreatesignv1.hex",
|
||||||
"description": "Creates a new v1 transaction with a single input and a single output, and then signs the transaction"
|
"description": "Creates a new v1 transaction with a single input and a single output, and then signs the transaction"
|
||||||
},
|
},
|
||||||
@ -153,10 +153,10 @@
|
|||||||
["-json",
|
["-json",
|
||||||
"-create", "nversion=1",
|
"-create", "nversion=1",
|
||||||
"in=4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485:0",
|
"in=4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485:0",
|
||||||
"set=privatekeys:[\"5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf\"]",
|
"set=privatekeys:[\"7qYrzJZWqnyCWMYswFcqaRJypGdVceudXPSxmZKsngN7fyo7aAV\"]",
|
||||||
"set=prevtxs:[{\"txid\":\"4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485\",\"vout\":0,\"scriptPubKey\":\"76a91491b24bf9f5288532960ac687abb035127b1d28a588ac\"}]",
|
"set=prevtxs:[{\"txid\":\"4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc59485\",\"vout\":0,\"scriptPubKey\":\"76a91491b24bf9f5288532960ac687abb035127b1d28a588ac\"}]",
|
||||||
"sign=ALL",
|
"sign=ALL",
|
||||||
"outaddr=0.001:193P6LtvS4nCnkDvM9uXn1gsSRqh4aDAz7"],
|
"outaddr=0.001:XijDvbYpPmznwgpWD3DkdYNfGmRP2KoVSk"],
|
||||||
"output_cmp": "txcreatesignv1.json",
|
"output_cmp": "txcreatesignv1.json",
|
||||||
"description": "Creates a new v1 transaction with a single input and a single output, and then signs the transaction (output in json)"
|
"description": "Creates a new v1 transaction with a single input and a single output, and then signs the transaction (output in json)"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"txid": "4ebd325a4b394cff8c57e8317ccf5a8d0e2bdf1b8526f8aad6c8e43d8240621a",
|
"txid": "4ebd325a4b394cff8c57e8317ccf5a8d0e2bdf1b8526f8aad6c8e43d8240621a",
|
||||||
"hash": "4ebd325a4b394cff8c57e8317ccf5a8d0e2bdf1b8526f8aad6c8e43d8240621a",
|
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"locktime": 0,
|
"locktime": 0,
|
||||||
"vin": [
|
"vin": [
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"txid": "977e7cd286cb72cd470d539ba6cb48400f8f387d97451d45cdb8819437a303af",
|
"txid": "977e7cd286cb72cd470d539ba6cb48400f8f387d97451d45cdb8819437a303af",
|
||||||
"hash": "977e7cd286cb72cd470d539ba6cb48400f8f387d97451d45cdb8819437a303af",
|
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"locktime": 0,
|
"locktime": 0,
|
||||||
"vin": [
|
"vin": [
|
||||||
@ -24,7 +23,7 @@
|
|||||||
"reqSigs": 1,
|
"reqSigs": 1,
|
||||||
"type": "pubkeyhash",
|
"type": "pubkeyhash",
|
||||||
"addresses": [
|
"addresses": [
|
||||||
"193P6LtvS4nCnkDvM9uXn1gsSRqh4aDAz7"
|
"XijDvbYpPmznwgpWD3DkdYNfGmRP2KoVSk"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user