Skip to content

Commit

Permalink
follow-up previous commit (variable name)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Jan 11, 2021
1 parent ad91257 commit b2be29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/lnworker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit b2be29b

Please sign in to comment.