Skip to content

Commit 3889297

Browse files
committed
fix: pro sign
1 parent 92c8adb commit 3889297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-bg/src/vaults/impls/btc/KeyringHardware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class KeyringHardware extends KeyringHardwareBase {
266266
const signedPsbt = response.psbt;
267267

268268
let rawTx = '';
269-
const finalizedPsbt = BitcoinJS.Psbt.fromHex(psbt.toHex(), {
269+
const finalizedPsbt = BitcoinJS.Psbt.fromHex(signedPsbt, {
270270
network: btcNetwork,
271271
});
272272
inputsToSign.forEach((v) => {

0 commit comments

Comments
 (0)