commit be307553b8b2d6a3b43c44277913ef817bd7515e parent b22048fdfba932373a1ae77cd958e7c98ada9b56 Author: ThomasV <thomasv@gitorious> Date: Sat, 13 Sep 2014 14:07:17 +0200 fix addresses() call in sweep Diffstat:
M | gui/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 @@ -2460,7 +2460,7 @@ class ElectrumWindow(QMainWindow): keys_e.setTabChangesFocus(True) vbox.addWidget(keys_e) - h, address_e = address_field(self.wallet.addresses()) + h, address_e = address_field(self.wallet.addresses(False)) vbox.addLayout(h) vbox.addStretch(1)