qt history list: tweak sort order of items
This commit is contained in:
@@ -149,7 +149,7 @@ class HistoryModel(QAbstractItemModel, Logger):
|
|||||||
HistoryColumns.STATUS_ICON:
|
HistoryColumns.STATUS_ICON:
|
||||||
# height breaks ties for unverified txns
|
# height breaks ties for unverified txns
|
||||||
# txpos breaks ties for verified same block txns
|
# txpos breaks ties for verified same block txns
|
||||||
(status, conf, -height, -txpos),
|
(conf, -status, -height, -txpos),
|
||||||
HistoryColumns.STATUS_TEXT: status_str,
|
HistoryColumns.STATUS_TEXT: status_str,
|
||||||
HistoryColumns.DESCRIPTION: tx_item['label'],
|
HistoryColumns.DESCRIPTION: tx_item['label'],
|
||||||
HistoryColumns.COIN_VALUE: tx_item['value'].value,
|
HistoryColumns.COIN_VALUE: tx_item['value'].value,
|
||||||
|
|||||||
Reference in New Issue
Block a user