Browse Source

(minor) fix typo

hard-fail-on-bad-server-string
ThomasV 5 years ago
parent
commit
e3019a7046
  1. 2
      electrum/lnworker.py

2
electrum/lnworker.py

@ -946,7 +946,7 @@ class LNWallet(LNWorker):
if success:
break
else:
reason = 'failed after %d attempts' % attemps
reason = _(f'Failed after {attempts} attempts')
self.network.trigger_callback('invoice_status', key)
if success:
self.network.trigger_callback('payment_succeeded', key)

Loading…
Cancel
Save