Browse Source

tests/payments/p2pk: fix wrong fixture names

addLowRGrinding
Daniel Cousens 7 years ago
parent
commit
1051946f00
  1. 4
      test/fixtures/p2pk.json

4
test/fixtures/p2pk.json

@ -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
} }

Loading…
Cancel
Save