diff --git a/src/cutecoin/core/account.py b/src/cutecoin/core/account.py
index b25b56fccf4764c0d3ae45393c245e72b97f67ec..f11fdeda6efb1be7add130ef20bec623f77e87da 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):