Skip to content

Commit 1024bff

Browse files
fix(abstract-utxo): pass actual wallet to signTransaction
Issue: BTC-1450
1 parent 7e7c047 commit 1024bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/abstract-utxo/src/abstractUtxoCoin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ type UtxoBaseSignTransactionOptions<TNumber extends number | bigint = number> =
296296
* transaction (nonWitnessUtxo)
297297
*/
298298
allowNonSegwitSigningWithoutPrevTx?: boolean;
299+
wallet?: UtxoWallet;
299300
};
300301

301302
export type SignTransactionOptions<TNumber extends number | bigint = number> = UtxoBaseSignTransactionOptions<TNumber> &

0 commit comments

Comments
 (0)