1
0

synchronizer: fix refresh bug

This commit is contained in:
SomberNight
2018-09-19 16:35:30 +02:00
parent 6f0dceb152
commit 96b699e534
3 changed files with 5 additions and 1 deletions

View File

@@ -160,6 +160,7 @@ class Synchronizer(PrintError):
return s
async def main(self):
self.wallet.set_up_to_date(False)
# request missing txns, if any
async with TaskGroup() as group:
for history in self.wallet.history.values():