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