We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef904c commit d3e9aa6Copy full SHA for d3e9aa6
test/integration/taproot.spec.ts
@@ -12,7 +12,7 @@ describe('bitcoinjs-lib (transaction with taproot)', () => {
12
const myKey = bip32.fromSeed(rng(64), regtest);
13
14
const output = createKeySpendOutput(myKey.publicKey);
15
- const address = bitcoin.address.fromOutputScript(output, regtest);
+ const address = bitcoin.address.fromOutputScript(output, regtest, ecc);
16
// amount from faucet
17
const amount = 42e4;
18
// amount to send
0 commit comments