From cb4d8eac2d8c89c8aff2d6f50a83ebc50a26397f Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Thu, 17 Apr 2025 21:07:35 +0200 Subject: [PATCH] Update csv.spec.ts --- test/integration/csv.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/csv.spec.ts b/test/integration/csv.spec.ts index 6e8754e3a..12ba28f45 100644 --- a/test/integration/csv.spec.ts +++ b/test/integration/csv.spec.ts @@ -259,7 +259,7 @@ describe('bitcoinjs-lib (transactions w/ CSV)', () => { tx.addInput(idToHash(unspent.txId), unspent.vout); tx.addOutput(toOutputScript(regtestUtils.RANDOM_ADDRESS), BigInt(7e4)); - // OP_0 {Bob sig} {Charles sig} OP_TRUE OP_TRUE + // OP_0 {Bob sig} {Charles sig} OP_TRUE const signatureHash = tx.hashForSignature( 0, p2sh.redeem!.output!,