|
@ -389,6 +389,7 @@ class Wallet: |
|
|
return new |
|
|
return new |
|
|
|
|
|
|
|
|
def synchronize(self): |
|
|
def synchronize(self): |
|
|
|
|
|
if self.seed is None: return |
|
|
new = [] |
|
|
new = [] |
|
|
for account in self.accounts.keys(): |
|
|
for account in self.accounts.keys(): |
|
|
new += self.synchronize_account(account) |
|
|
new += self.synchronize_account(account) |
|
|