Skip to content

Commit

Permalink
🐞 fix: update witnessStackToScriptWitness import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonandjay committed Apr 12, 2024
1 parent 833e031 commit 70c5f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/taproot.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as bitcoin from '../..';
import { Taptree } from '../../src/types';
import { LEAF_VERSION_TAPSCRIPT } from '../../src/payments/bip341';
import { toXOnly, tapTreeToList, tapTreeFromList } from '../../src/psbt/bip371';
import { witnessStackToScriptWitness } from '../../src/psbt/psbtutils';
import { witnessStackToScriptWitness } from '../../src/psbt/input/script';

const rng = require('randombytes');
const regtest = regtestUtils.network;
Expand Down

0 comments on commit 70c5f78

Please sign in to comment.