qml: add 'local' and 'mempool' sections to history, update section on on_tx_verified callback
This commit is contained in:
@@ -27,6 +27,8 @@ Pane {
|
||||
model: visualModel
|
||||
|
||||
readonly property variant sectionLabels: {
|
||||
'local': qsTr('Local'),
|
||||
'mempool': qsTr('Mempool'),
|
||||
'today': qsTr('Today'),
|
||||
'yesterday': qsTr('Yesterday'),
|
||||
'lastweek': qsTr('Last week'),
|
||||
|
||||
Reference in New Issue
Block a user