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
Branches
Tags
1 merge request!777Dev
......@@ -213,4 +213,4 @@ class TxHistoryController(QObject):
self._logger.debug("Found {} new dividends".format(len(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.
Please register or to comment