electrum

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

commit ab488b566bac471f27ba1fd40ce9b6a3d4ededce
parent e61fffab55f8cb59638de7d77ab1791611bd466e
Author: Neil Booth <kyuupichan@gmail.com>
Date:   Mon,  1 Feb 2016 07:42:53 +0900

warn_if_watching_only: don't call twice

Diffstat:
Mgui/qt/main_window.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -305,7 +305,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): else: self.show() run_hook('load_wallet', wallet, self) - self.warn_if_watching_only() def watching_only_changed(self): title = 'Electrum %s - %s' % (self.wallet.electrum_version,