electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit a4bec80efe1d87f1bc144bd6bdc5b264f7bba62b
parent f9de6a53544286275727723a13e6143ef3cf6d65
Author: SomberNight <somber.night@protonmail.com>
Date:   Thu, 14 May 2020 18:49:18 +0200

(trivial) log Qt version at startup

Diffstat:
Melectrum/gui/qt/__init__.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/electrum/gui/qt/__init__.py b/electrum/gui/qt/__init__.py @@ -92,6 +92,7 @@ class ElectrumGui(Logger): def __init__(self, config: 'SimpleConfig', daemon: 'Daemon', plugins: 'Plugins'): set_language(config.get('language', get_default_language())) Logger.__init__(self) + self.logger.info(f"Qt GUI starting up... Qt={QtCore.QT_VERSION_STR}, PyQt={QtCore.PYQT_VERSION_STR}") # Uncomment this call to verify objects are being properly # GC-ed when windows are closed #network.add_jobs([DebugMem([Abstract_Wallet, SPV, Synchronizer,