mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 04:45:16 +00:00
detect gaps for change too
This commit is contained in:
parent
d6952228be
commit
cce4a6c001
1 changed files with 6 additions and 7 deletions
|
@ -1094,7 +1094,6 @@ class ElectrumWindow(QMainWindow):
|
||||||
for address in account[is_change]:
|
for address in account[is_change]:
|
||||||
h = self.wallet.history.get(address,[])
|
h = self.wallet.history.get(address,[])
|
||||||
|
|
||||||
if not is_change:
|
|
||||||
if h == []:
|
if h == []:
|
||||||
gap += 1
|
gap += 1
|
||||||
if gap > self.wallet.gap_limit:
|
if gap > self.wallet.gap_limit:
|
||||||
|
|
Loading…
Add table
Reference in a new issue