From 2e70576eb722f0265c017094ec2557210e4f998f Mon Sep 17 00:00:00 2001 From: kodxana Date: Fri, 14 Feb 2020 15:58:08 +0100 Subject: [PATCH] Electrum rename to LBRY Vault --- electrum/gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index d1af2f9db..56edb8a57 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -402,7 +402,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): self.setGeometry(100, 100, 840, 400) def watching_only_changed(self): - name = "Electrum Testnet" if constants.net.TESTNET else "Electrum" + name = "LBRY Vault Testnet" if constants.net.TESTNET else "LBRY Vault" title = '%s %s - %s' % (name, ELECTRUM_VERSION, self.wallet.basename()) extra = [self.wallet.storage.get('wallet_type', '?')]