1
0

wallet: simplify bump_fee: rm txid arg

closes https://github.com/spesmilo/electrum/issues/8797
This commit is contained in:
SomberNight
2024-01-17 19:20:29 +00:00
parent de2007e90c
commit 49c3567d7d
5 changed files with 12 additions and 30 deletions

View File

@@ -817,7 +817,6 @@ class Commands:
await tx.add_info_from_network(self.network)
new_tx = wallet.bump_fee(
tx=tx,
txid=tx.txid(),
coins=coins,
strategy=BumpFeeStrategy.DECREASE_PAYMENT if decrease_payment else BumpFeeStrategy.PRESERVE_PAYMENT,
new_fee_rate=new_fee_rate)