tests/payments/p2pk: fix wrong fixture names
This commit is contained in:
parent
55207e5742
commit
1051946f00
1 changed files with 2 additions and 2 deletions
4
test/fixtures/p2pk.json
vendored
4
test/fixtures/p2pk.json
vendored
|
@ -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…
Reference in a new issue