qml: txdetails feebump/cancel below mempool position
This commit is contained in:
@@ -120,6 +120,17 @@ Pane {
|
|||||||
text: txdetails.status
|
text: txdetails.status
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Label {
|
||||||
|
text: qsTr('Mempool depth')
|
||||||
|
color: Material.accentColor
|
||||||
|
visible: txdetails.mempoolDepth
|
||||||
|
}
|
||||||
|
|
||||||
|
Label {
|
||||||
|
text: txdetails.mempoolDepth
|
||||||
|
visible: txdetails.mempoolDepth
|
||||||
|
}
|
||||||
|
|
||||||
TextHighlightPane {
|
TextHighlightPane {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.columnSpan: 2
|
Layout.columnSpan: 2
|
||||||
@@ -175,17 +186,6 @@ Pane {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
|
||||||
text: qsTr('Mempool depth')
|
|
||||||
color: Material.accentColor
|
|
||||||
visible: txdetails.mempoolDepth
|
|
||||||
}
|
|
||||||
|
|
||||||
Label {
|
|
||||||
text: txdetails.mempoolDepth
|
|
||||||
visible: txdetails.mempoolDepth
|
|
||||||
}
|
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
visible: txdetails.isMined
|
visible: txdetails.isMined
|
||||||
text: qsTr('Date')
|
text: qsTr('Date')
|
||||||
|
|||||||
Reference in New Issue
Block a user