|
523 | 523 | "output_cmp": "txcreatedata_seq0.hex",
|
524 | 524 | "description": "Creates a new transaction with one input with sequence number and one address output"
|
525 | 525 | },
|
| 526 | + { "exec": "./bitcoin-tx", |
| 527 | + "args": |
| 528 | + ["-create", |
| 529 | + "in=5897de6bd6027a475eadd57019d4e6872c396d0716c4875a5f1a6fcfdf385c1f:0: 4294967293 ", |
| 530 | + "outaddr=0.18:13tuJJDR2RgArmgfv6JScSdreahzgc4T6o"], |
| 531 | + "output_cmp": "txcreatedata_seq0.hex", |
| 532 | + "description": "Creates a new transaction with one input with sequence number (+whitespace) and one address output" |
| 533 | + }, |
526 | 534 | { "exec": "./bitcoin-tx",
|
527 | 535 | "args":
|
528 | 536 | ["-json",
|
|
553 | 561 | "description": "Creates a new transaction with a single 2-of-3 multisig output"
|
554 | 562 | },
|
555 | 563 | { "exec": "./bitcoin-tx",
|
556 |
| - "args": ["-json", "-create", "outmultisig=1:2:3:02a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397:021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d:02df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb485", "nversion=1"], |
| 564 | + "args": ["-json", "-create", "outmultisig=1: 2 : 3 :02a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397:021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d:02df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb485", "nversion=1"], |
557 | 565 | "output_cmp": "txcreatemultisig1.json",
|
558 |
| - "description": "Creates a new transaction with a single 2-of-3 multisig output (output in json)" |
| 566 | + "description": "Creates a new transaction with a single 2-of-3 multisig output (with whitespace, output in json)" |
559 | 567 | },
|
560 | 568 | { "exec": "./bitcoin-tx",
|
561 | 569 | "args": ["-create", "outmultisig=1:2:3:02a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397:021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d:02df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb485:S", "nversion=1"],
|
|
0 commit comments