From b2be29b508deb310631cacfb51bb1561bce75ff9 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 11 Jan 2021 15:51:52 +0100 Subject: [PATCH] follow-up previous commit (variable name) --- electrum/lnworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?