mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +01:00
fix: revert input.txid
This commit is contained in:
parent
631ac67d17
commit
8a4e062aed
1 changed files with 2 additions and 1 deletions
|
@ -767,7 +767,8 @@ export class MultisigHDWallet extends AbstractHDElectrumWallet {
|
|||
const witnessScript = p2wsh.redeem.output;
|
||||
|
||||
psbt.addInput({
|
||||
hash: input.txid,
|
||||
// @ts-ignore: fix me txid || txId issue
|
||||
hash: input.txid || input.txId,
|
||||
index: input.vout,
|
||||
sequence,
|
||||
bip32Derivation,
|
||||
|
|
Loading…
Add table
Reference in a new issue