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