From 76116ab551b21d8360c06743db80b88523b6d368 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Wed, 8 Jul 2015 20:53:20 +0200 Subject: [PATCH] Fix bug #169 --- src/cutecoin/core/account.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cutecoin/core/account.py b/src/cutecoin/core/account.py index b25b56fc..f11fdeda 100644 --- a/src/cutecoin/core/account.py +++ b/src/cutecoin/core/account.py @@ -257,8 +257,6 @@ class Account(QObject): def wallet_finished(received): logging.debug("Finished loading wallet") - nonlocal received_list - received_list = received_list + received nonlocal loaded_wallets loaded_wallets += 1 if loaded_wallets == len(self.wallets): -- GitLab