t(minor) fix typo - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e3019a70469495d80dd4ca0bf15ec93f0fb1fe3c DIR parent 2f31e9fa44c36140710b86657ce51ecb5ccf34fd HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 10 Mar 2020 14:29:52 +0100 (minor) fix typo Diffstat: M electrum/lnworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/lnworker.py b/electrum/lnworker.py t@@ -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)