mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
follow-up prev
This commit is contained in:
parent
1d82093ca1
commit
a47a2c1b72
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue