trm fixme; it was for intermediate stage, between commits. - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 5df4466812b011b2d16e0be0aac5c56631ac712b
DIR parent cf5bf5d1afbd785b24e90b2457d4f7cc82c902df
HTML Author: ThomasV <thomasv@electrum.org>
Date: Mon, 8 Mar 2021 13:30:51 +0100
rm fixme; it was for intermediate stage, between commits.
Diffstat:
M electrum/lnworker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/electrum/lnworker.py b/electrum/lnworker.py
t@@ -1401,7 +1401,7 @@ class LNWallet(LNWorker):
for chan_id, part_amount_msat in bucket:
chan = self.channels[chan_id]
margin = chan.available_to_spend(LOCAL, strict=True) - part_amount_msat
- delta_fee = min(bucket_fees, margin) # fixme: we have to pay all trampolines
+ delta_fee = min(bucket_fees, margin)
part_amount_msat_with_fees = part_amount_msat + delta_fee
bucket_fees -= delta_fee
route = [