1
0

follow-up previous commit (variable name)

This commit is contained in:
ThomasV
2021-01-11 15:51:52 +01:00
parent ad91257729
commit b2be29b508

View File

@@ -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?