mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
(minor) fix typo
This commit is contained in:
parent
2f31e9fa44
commit
e3019a7046
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ class LNWallet(LNWorker):
|
||||||
if success:
|
if success:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
reason = 'failed after %d attempts' % attemps
|
reason = _(f'Failed after {attempts} attempts')
|
||||||
self.network.trigger_callback('invoice_status', key)
|
self.network.trigger_callback('invoice_status', key)
|
||||||
if success:
|
if success:
|
||||||
self.network.trigger_callback('payment_succeeded', key)
|
self.network.trigger_callback('payment_succeeded', key)
|
||||||
|
|
Loading…
Add table
Reference in a new issue