mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
fix #5701
This commit is contained in:
parent
d480d0b265
commit
8c22be87b0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class ChannelDetailsDialog(QtWidgets.QDialog):
|
|||
def do_htlc_added(self, evtname, htlc, lnaddr, direction):
|
||||
mapping = self.keyname_rows['inflight']
|
||||
mapping[htlc.payment_hash] = len(mapping)
|
||||
self.folders['inflight'].appendRow(self.make_inflight(lnaddr, htlc, direction))
|
||||
self.folders['inflight'].appendRow(self.make_htlc_item(htlc, direction))
|
||||
|
||||
@QtCore.pyqtSlot(str, float, Direction, UpdateAddHtlc, bytes, bytes)
|
||||
def do_ln_payment_completed(self, evtname, date, direction, htlc, preimage, chan_id):
|
||||
|
|
Loading…
Add table
Reference in a new issue