Merge pull request #9574 from f321x/qml_flat_fee
Show flat fee in qml swap provider selection
This commit is contained in:
@@ -96,7 +96,7 @@ ElDialog {
|
||||
}
|
||||
Label {
|
||||
Layout.fillWidth: true
|
||||
text: model.percentage_fee + '%'
|
||||
text: model.percentage_fee + '% + ' + model.mining_fee + ' sat'
|
||||
}
|
||||
Label {
|
||||
text: qsTr('last seen')
|
||||
|
||||
Reference in New Issue
Block a user