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!,