force synchronization by poking the interface
This commit is contained in:
parent
e0372fc3a6
commit
6f0dcd091f
@ -498,6 +498,7 @@ class Wallet:
|
|||||||
if value >= self.gap_limit:
|
if value >= self.gap_limit:
|
||||||
self.gap_limit = value
|
self.gap_limit = value
|
||||||
self.save()
|
self.save()
|
||||||
|
self.interface.poke()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
elif value >= self.min_acceptable_gap():
|
elif value >= self.min_acceptable_gap():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user