Electrum rename to LBRY Vault

This commit is contained in:
kodxana 2020-02-14 15:58:08 +01:00 committed by GitHub
parent f94945b9d4
commit 2e70576eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', '?')]