Skip to content

Commit 524e4ad

Browse files
authored
Merge pull request #9574 from f321x/qml_flat_fee
Show flat fee in qml swap provider selection
2 parents a3fc43c + f475a71 commit 524e4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electrum/gui/qml/components/NostrSwapServersDialog.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ElDialog {
9696
}
9797
Label {
9898
Layout.fillWidth: true
99-
text: model.percentage_fee + '%'
99+
text: model.percentage_fee + '% + ' + model.mining_fee + ' sat'
100100
}
101101
Label {
102102
text: qsTr('last seen')

0 commit comments

Comments
 (0)