Skip to content

Commit d3e9aa6

Browse files
committed
fix: fix integration test
1 parent 9ef904c commit d3e9aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/taproot.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('bitcoinjs-lib (transaction with taproot)', () => {
1212
const myKey = bip32.fromSeed(rng(64), regtest);
1313

1414
const output = createKeySpendOutput(myKey.publicKey);
15-
const address = bitcoin.address.fromOutputScript(output, regtest);
15+
const address = bitcoin.address.fromOutputScript(output, regtest, ecc);
1616
// amount from faucet
1717
const amount = 42e4;
1818
// amount to send

0 commit comments

Comments
 (0)