|
416 | 416 | "error_txt": "error: txid must be hexadecimal string (not '4d49a71ec9da436f71ec4ee231d04f292a29cd316f598bb7068feccabdc5948512')",
|
417 | 417 | "description": "Tests the check for invalid txid valid hex, but too long"
|
418 | 418 | },
|
| 419 | + { "exec": "./bitcoin-tx", |
| 420 | + "args": |
| 421 | + ["-create", |
| 422 | + "in=00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff:0", |
| 423 | + "set=privatekeys:[\"KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjgd9M7rFU73sVHnoWn\"]", |
| 424 | + "set=prevtxs:[{\"txid\":\"00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff\",\"vout\":0,\"amount\":\"0\", \"scriptPubKey\":\"0014751e76e8199196d454941c45d1b3a323f1433bd6\"}]", |
| 425 | + "sign=ALL", |
| 426 | + "outaddr=0.001:193P6LtvS4nCnkDvM9uXn1gsSRqh4aDAz7"], |
| 427 | + "output_cmp": "txcreatesignsegwit1.hex", |
| 428 | + "description": "Creates a new transaction with a single witness input and a single output, and then signs the transaction" |
| 429 | + }, |
| 430 | + { "exec": "./bitcoin-tx", |
| 431 | + "args": |
| 432 | + ["-create", |
| 433 | + "in=00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff:0", |
| 434 | + "set=privatekeys:[\"KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjgd9M7rFU73sVHnoWn\"]", |
| 435 | + "set=prevtxs:[{\"txid\":\"00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff\",\"vout\":0,\"scriptPubKey\":\"0014751e76e8199196d454941c45d1b3a323f1433bd6\"}]", |
| 436 | + "sign=ALL", |
| 437 | + "outaddr=0.001:193P6LtvS4nCnkDvM9uXn1gsSRqh4aDAz7"], |
| 438 | + "return_code": 1, |
| 439 | + "error_txt": "Missing amount for CTxOut with scriptPubKey=0014751e76e8199196d454941c45d1b3a323f1433bd6", |
| 440 | + "description": "Tests the check for missing input amount for witness transactions" |
| 441 | + }, |
419 | 442 | { "exec": "./bitcoin-tx",
|
420 | 443 | "args":
|
421 | 444 | ["-create", "outpubkey=0:02a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397", "nversion=1"],
|
|
0 commit comments