Undo reverse list
This commit is contained in:
parent
5bf5dd805b
commit
ae74568620
@ -1236,7 +1236,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
is_red = False
|
is_red = False
|
||||||
gap = 0
|
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,[])
|
h = self.wallet.history.get(address,[])
|
||||||
|
|
||||||
if h == []:
|
if h == []:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user