diff --git a/electrum/gui/qt/channel_details.py b/electrum/gui/qt/channel_details.py index a941864f0..a92dc907a 100644 --- a/electrum/gui/qt/channel_details.py +++ b/electrum/gui/qt/channel_details.py @@ -84,6 +84,8 @@ class ChannelDetailsDialog(QtWidgets.QDialog): @QtCore.pyqtSlot(str, float, Direction, UpdateAddHtlc, bytes, bytes) def do_ln_payment_completed(self, evtname, date, direction, htlc, preimage, chan_id): + if chan_id != self.chan.channel_id: + return self.move('inflight', 'settled', htlc.payment_hash) self.update_sent_received()