Browse Source

Undo reverse list

283
thgh 11 years ago
parent
commit
ae74568620
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -1236,7 +1236,7 @@ class ElectrumWindow(QMainWindow):
is_red = False
gap = 0
for address in reversed(account.get_addresses(is_change)):
for address in account.get_addresses(is_change):
h = self.wallet.history.get(address,[])
if h == []:

Loading…
Cancel
Save