electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit b2be29b508deb310631cacfb51bb1561bce75ff9
parent ad91257729dc67cc8813d18ee8f1464c5571d72e
Author: ThomasV <thomasv@electrum.org>
Date:   Mon, 11 Jan 2021 15:51:52 +0100

follow-up previous commit (variable name)

Diffstat:
Melectrum/lnworker.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/lnworker.py b/electrum/lnworker.py @@ -1015,7 +1015,7 @@ class LNWallet(LNWorker): 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?