fix: the gap limit is one value higher than the gap
This commit is contained in:
@@ -528,7 +528,7 @@ class Wallet:
|
|||||||
else:
|
else:
|
||||||
n += 1
|
n += 1
|
||||||
if n > nmax: nmax = n
|
if n > nmax: nmax = n
|
||||||
return nmax
|
return nmax + 1
|
||||||
|
|
||||||
|
|
||||||
def synchronize(self):
|
def synchronize(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user