|
@ -1335,7 +1335,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|
# confirmation dialog |
|
|
# confirmation dialog |
|
|
confirm_amount = self.config.get('confirm_amount', COIN) |
|
|
|
|
|
msg = [ |
|
|
msg = [ |
|
|
_("Amount to be sent") + ": " + self.format_amount_and_units(amount), |
|
|
_("Amount to be sent") + ": " + self.format_amount_and_units(amount), |
|
|
_("Mining fee") + ": " + self.format_amount_and_units(fee), |
|
|
_("Mining fee") + ": " + self.format_amount_and_units(fee), |
|
|