rm dead code

This commit is contained in:
ThomasV 2017-07-03 15:30:11 +02:00
parent 73e69284d1
commit 197f57d329
1 changed files with 0 additions and 1 deletions

View File

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