mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix #5695
This commit is contained in:
parent
16644ae00f
commit
f985c53f2f
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ class ChannelDetailsDialog(QtWidgets.QDialog):
|
|||
mapping = {}
|
||||
num = 0
|
||||
|
||||
invoices = dict(self.window.wallet.lnworker.invoices)
|
||||
for pay_hash, item in htlcs.items():
|
||||
chan_id, i, direction, status = item
|
||||
it = self.make_htlc_item(i, direction)
|
||||
|
|
Loading…
Add table
Reference in a new issue