diff --git a/electrum/lnworker.py b/electrum/lnworker.py index a8c3c6375abd..aa8cdd14832c 100644 --- a/electrum/lnworker.py +++ b/electrum/lnworker.py @@ -1015,7 +1015,7 @@ async def _pay_to_route(self, route: LNPaymentRoute, lnaddr: LnAddr) -> PaymentA except IndexError: self.logger.info("payment destination reported error") else: - self.logger.info(f'blacklisting channel {short_channel_id}') + self.logger.info(f'blacklisting channel {short_chan_id}') self.network.channel_blacklist.add(short_chan_id) else: # probably got "update_fail_malformed_htlc". well... who to penalise now?