Skip to content
Snippets Groups Projects
Commit 3a7def9e authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix exception when refresh tx history

parent 8b1a3ba5
No related branches found
No related tags found
1 merge request!777Dev
...@@ -213,4 +213,4 @@ class TxHistoryController(QObject): ...@@ -213,4 +213,4 @@ class TxHistoryController(QObject):
self._logger.debug("Found {} new dividends".format(len(new_dividends))) self._logger.debug("Found {} new dividends".format(len(new_dividends)))
for ud in new_dividends: for ud in new_dividends:
self.app.new_dividend.emit(self.model.connection, ud) self.model.app.new_dividend.emit(self.model.connection, ud)
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