|
|
|
|
@ -93,12 +93,6 @@ Pane {
|
|
|
|
|
amount: txdetails.lnAmount.isEmpty ? txdetails.amount : txdetails.lnAmount |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
visible: !txdetails.isUnrelated && Daemon.fx.enabled && txdetails.lnAmount.satsInt != 0 |
|
|
|
|
text: Daemon.fx.fiatValue(txdetails.lnAmount, false) + ' ' + Daemon.fx.fiatCurrency |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
|
visible: !txdetails.fee.isEmpty |
|
|
|
|
text: qsTr('Transaction fee') |
|
|
|
|
|