X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=blobdiff_plain;f=gui%2Fqt%2Fmain_window.py;h=c83a6f78cef63aa57f9ca7c3acb616bb9f6c9cd8;hp=b8dccc73eee26cf8ac93073483388ada9830658b;hb=042c65939dde0eae0736f778703ae734e513e142;hpb=6ad1c46aa55f2f54cb5a3f58d8b3df7fd9bb25f3 diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index b8dccc7..c83a6f7 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -765,7 +765,7 @@ class ElectrumWindow(QMainWindow): self.receive_requests = self.wallet.storage.get('receive_requests',{}) domain = self.wallet.get_account_addresses(self.current_account, include_change=False) for addr in domain: - if not self.wallet.address_is_old(addr) and addr not in self.receive_requests.keys(): + if not self.wallet.history.get(addr) and addr not in self.receive_requests.keys(): break else: addr = ''