mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix #4958
This commit is contained in:
parent
dac5af8eca
commit
5469e3668e
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class HistoryModel(QAbstractItemModel, PrintError):
|
|||
self.view = None # type: HistoryList
|
||||
self.transactions = OrderedDictWithIndex()
|
||||
self.tx_status_cache = {} # type: Dict[str, Tuple[int, str]]
|
||||
self.summary = None
|
||||
|
||||
def set_view(self, history_list: 'HistoryList'):
|
||||
# FIXME HistoryModel and HistoryList mutually depend on each other.
|
||||
|
|
Loading…
Add table
Reference in a new issue