We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c8adb commit 3889297Copy full SHA for 3889297
packages/kit-bg/src/vaults/impls/btc/KeyringHardware.ts
@@ -266,7 +266,7 @@ export class KeyringHardware extends KeyringHardwareBase {
266
const signedPsbt = response.psbt;
267
268
let rawTx = '';
269
- const finalizedPsbt = BitcoinJS.Psbt.fromHex(psbt.toHex(), {
+ const finalizedPsbt = BitcoinJS.Psbt.fromHex(signedPsbt, {
270
network: btcNetwork,
271
});
272
inputsToSign.forEach((v) => {
0 commit comments