diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 8c633bb3..abbdd555 100644 --- 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: