Skip to content

Commit 4f00a69

Browse files
committed
wallet: ignore coincontrol in add_future_tx
1 parent 2bf27c9 commit 4f00a69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

electrum/wallet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3634,6 +3634,7 @@ def add_future_tx(self, sweep_info: 'SweepInfo', wanted_height: int):
36343634
name = sweep_info.name
36353635
# outputs = [] will send coins to a change address
36363636
tx = self.make_unsigned_transaction(
3637+
coins=self.get_spendable_coins(ignore_coin_control=True),
36373638
inputs=[txin],
36383639
outputs=[],
36393640
fee_policy=FixedFeePolicy(0),

0 commit comments

Comments
 (0)