electrum

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

commit ea9e468333e97cdec7a2b6f4268430f5706d8ca9
parent 6ee33948b69838896ecfd8846fadeab9373aa1ee
Author: ThomasV <thomasv@gitorious>
Date:   Mon,  8 Sep 2014 03:52:59 +0200

fix export addresses

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

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -2278,7 +2278,7 @@ class ElectrumWindow(QMainWindow): vbox.addLayout(h) private_keys = {} - addresses = self.wallet.addresses(True) + addresses = self.wallet.addresses(True, False) done = False def privkeys_thread(): for addr in addresses: