Skip to content
Snippets Groups Projects
Commit 4534240b authored by inso's avatar inso
Browse files

Fixing first cache refreshing bug

parent 925e77f2
No related branches found
No related tags found
No related merge requests found
......@@ -97,8 +97,8 @@ class Application(object):
json_data = open(wallet_path, 'r')
data = json.load(json_data)
wallet.cache.load_from_json(data)
for community in account.communities:
wallet.cache.refresh(community)
for community in account.communities:
wallet.cache.refresh(community)
def save(self, account):
with open(config.parameters['data'], 'w') as outfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment