From 70c5f78a3d83e796a6ee6d6acbb7b0c18d089ce9 Mon Sep 17 00:00:00 2001 From: jasonandjay <342690199@qq.com> Date: Fri, 12 Apr 2024 13:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20update=20witnessStackToSc?= =?UTF-8?q?riptWitness=20import=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/integration/taproot.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/taproot.spec.ts b/test/integration/taproot.spec.ts index 9708af138..8f3895b7e 100644 --- a/test/integration/taproot.spec.ts +++ b/test/integration/taproot.spec.ts @@ -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;