1
0

move is_up_to_date method

This commit is contained in:
ThomasV
2012-10-15 07:43:00 +02:00
parent 2fc173a76b
commit 486ebf93e2
3 changed files with 8 additions and 8 deletions

View File

@@ -790,7 +790,7 @@ class MiniDriver(QObject):
self.connecting()
elif not self.wallet.blocks == -1:
self.connecting()
elif not self.wallet.is_up_to_date:
elif not self.wallet.up_to_date:
self.synchronizing()
else:
self.ready()