mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
Undo reverse list
This commit is contained in:
parent
5bf5dd805b
commit
ae74568620
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue