Skip to content
Snippets Groups Projects
Commit 724f9dcb authored by inso's avatar inso
Browse files

Fix crash in loading of txhistory

parent 1f44c6ba
Branches
Tags
No related merge requests found
...@@ -40,7 +40,7 @@ class TxHistory(): ...@@ -40,7 +40,7 @@ class TxHistory():
data_sent = data['transfers'] data_sent = data['transfers']
for s in data_sent: for s in data_sent:
self._transfers.append(Transfer.load(s, version)) self._transfers.append(Transfer.load(s))
for s in data['sources']: for s in data['sources']:
self.available_sources.append(s.copy()) self.available_sources.append(s.copy())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment