follow-up previous commit (variable name)
This commit is contained in:
@@ -1015,7 +1015,7 @@ class LNWallet(LNWorker):
|
|||||||
except IndexError:
|
except IndexError:
|
||||||
self.logger.info("payment destination reported error")
|
self.logger.info("payment destination reported error")
|
||||||
else:
|
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)
|
self.network.channel_blacklist.add(short_chan_id)
|
||||||
else:
|
else:
|
||||||
# probably got "update_fail_malformed_htlc". well... who to penalise now?
|
# probably got "update_fail_malformed_htlc". well... who to penalise now?
|
||||||
|
|||||||
Reference in New Issue
Block a user