tfollow-up prev - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit a47a2c1b720b184aa01c5e822599e1c341d7a8fe
DIR parent 1d82093ca1edb0ce33208b9288055a3883466ba1
HTML Author: ThomasV <thomasv@electrum.org>
Date: Wed, 11 Sep 2019 17:08:03 +0200
follow-up prev
Diffstat:
M electrum/lnworker.py | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/electrum/lnworker.py b/electrum/lnworker.py
t@@ -452,8 +452,6 @@ class LNWallet(LNWorker):
continue
elif len(plist) == 1:
chan_id, htlc, _direction, status = plist[0]
- if status != 'settled':
- continue
direction = 'sent' if _direction == SENT else 'received'
amount_msat= int(_direction) * htlc.amount_msat
timestamp = htlc.timestamp