From 891dc126d7166cd3b8077e35c9dca116b41b7b6f Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Thu, 7 May 2015 18:28:21 +0200
Subject: [PATCH] Error during last merge

---
 src/cutecoin/core/wallet.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cutecoin/core/wallet.py b/src/cutecoin/core/wallet.py
index 95ed4af3..2f43ea25 100644
--- a/src/cutecoin/core/wallet.py
+++ b/src/cutecoin/core/wallet.py
@@ -269,13 +269,13 @@ class Wallet(QObject):
         if community.currency not in self.caches:
             self.caches[community.currency] = Cache(self)
 
-    def refresh_cache(self, community):
+    def refresh_cache(self, community, received_list):
         '''
         Refresh the cache of this wallet for the specified community.
 
         :param community: The community to refresh its cache
         '''
-        self.caches[community.currency].refresh(community)
+        self.caches[community.currency].refresh(community, received_list)
 
     def check_password(self, salt, password):
         '''
-- 
GitLab