|
|
|
|
@ -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): |
|
|
|
|
|