|
|
|
@ -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: |
|
|
|
|