tests/payments/p2pk: fix wrong fixture names

This commit is contained in:
Daniel Cousens 2018-07-27 20:44:20 +10:00
parent 55207e5742
commit 1051946f00

View file

@ -7,7 +7,7 @@
}, },
"expected": { "expected": {
"pubkey": "030000000000000000000000000000000000000000000000000000000000000001", "pubkey": "030000000000000000000000000000000000000000000000000000000000000001",
"signatures": null, "signature": null,
"input": null, "input": null,
"witness": null "witness": null
} }
@ -19,7 +19,7 @@
}, },
"expected": { "expected": {
"output": "030000000000000000000000000000000000000000000000000000000000000001 OP_CHECKSIG", "output": "030000000000000000000000000000000000000000000000000000000000000001 OP_CHECKSIG",
"signatures": null, "signature": null,
"input": null, "input": null,
"witness": null "witness": null
} }