Update utxo list when label is changed on history list
This commit is contained in:
@@ -217,6 +217,7 @@ class HistoryModel(QAbstractItemModel, PrintError):
|
|||||||
tx_item['label'] = self.parent.wallet.get_label(tx_item['txid'])
|
tx_item['label'] = self.parent.wallet.get_label(tx_item['txid'])
|
||||||
topLeft = bottomRight = self.createIndex(row, 2)
|
topLeft = bottomRight = self.createIndex(row, 2)
|
||||||
self.dataChanged.emit(topLeft, bottomRight, [Qt.DisplayRole])
|
self.dataChanged.emit(topLeft, bottomRight, [Qt.DisplayRole])
|
||||||
|
self.parent.utxo_list.update()
|
||||||
|
|
||||||
def get_domain(self):
|
def get_domain(self):
|
||||||
'''Overridden in address_dialog.py'''
|
'''Overridden in address_dialog.py'''
|
||||||
|
|||||||
Reference in New Issue
Block a user