electrum

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

commit a96a7c8db2c0a8449db46ac4d8d4214869156a6d
parent cc130f2930ee3378c03f8c188d5a6040d506d71a
Author: thomasv <thomasv@gitorious>
Date:   Fri, 13 Sep 2013 14:43:53 +0200

fix

Diffstat:
Mgui/gui_classic/main_window.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/gui_classic/main_window.py b/gui/gui_classic/main_window.py @@ -285,7 +285,7 @@ class ElectrumWindow(QMainWindow): # create new wallet wallet = Wallet(storage) - wallet.start_threads(network) + wallet.start_threads(self.network) self.load_wallet(wallet)