fix typo (follow-up previous commit)
This commit is contained in:
@@ -342,7 +342,7 @@ class HistoryModel(CustomModel, Logger):
|
|||||||
balance = 0
|
balance = 0
|
||||||
for node in self._root._children:
|
for node in self._root._children:
|
||||||
balance += node._data['value'].value
|
balance += node._data['value'].value
|
||||||
node._data['balance'] = Satoshis(balance
|
node._data['balance'] = Satoshis(balance)
|
||||||
|
|
||||||
new_length = self._root.childCount()
|
new_length = self._root.childCount()
|
||||||
self.beginInsertRows(QModelIndex(), 0, new_length-1)
|
self.beginInsertRows(QModelIndex(), 0, new_length-1)
|
||||||
|
|||||||
Reference in New Issue
Block a user