From 1051946f0014b3ff701ec0f64e3ef0e579c0635f Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 27 Jul 2018 20:44:20 +1000 Subject: [PATCH] tests/payments/p2pk: fix wrong fixture names --- test/fixtures/p2pk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/p2pk.json b/test/fixtures/p2pk.json index a07c5b8..a9e1063 100644 --- a/test/fixtures/p2pk.json +++ b/test/fixtures/p2pk.json @@ -7,7 +7,7 @@ }, "expected": { "pubkey": "030000000000000000000000000000000000000000000000000000000000000001", - "signatures": null, + "signature": null, "input": null, "witness": null } @@ -19,7 +19,7 @@ }, "expected": { "output": "030000000000000000000000000000000000000000000000000000000000000001 OP_CHECKSIG", - "signatures": null, + "signature": null, "input": null, "witness": null }