Undo reverse list

This commit is contained in:
thgh 2013-11-14 15:55:21 +01:00
parent 5bf5dd805b
commit ae74568620
1 changed files with 1 additions and 1 deletions

View File

@ -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 == []: