ThomasV 7 years ago
parent
commit
5469e3668e
  1. 1
      electrum/gui/qt/history_list.py

1
electrum/gui/qt/history_list.py

@ -89,6 +89,7 @@ class HistoryModel(QAbstractItemModel, PrintError):
self.view = None # type: HistoryList self.view = None # type: HistoryList
self.transactions = OrderedDictWithIndex() self.transactions = OrderedDictWithIndex()
self.tx_status_cache = {} # type: Dict[str, Tuple[int, str]] self.tx_status_cache = {} # type: Dict[str, Tuple[int, str]]
self.summary = None
def set_view(self, history_list: 'HistoryList'): def set_view(self, history_list: 'HistoryList'):
# FIXME HistoryModel and HistoryList mutually depend on each other. # FIXME HistoryModel and HistoryList mutually depend on each other.

Loading…
Cancel
Save