Browse Source

follow-up previous commit

283
ThomasV 8 years ago
parent
commit
0b3fe8df83
  1. 1
      gui/qt/main_window.py

1
gui/qt/main_window.py

@ -1044,7 +1044,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
if self.is_max: if self.is_max:
amount = tx.output_value() amount = tx.output_value()
self.amount_e.setAmount(amount) self.amount_e.setAmount(amount)
self.amount_e.textEdited.emit("")
def update_fee_edit(self): def update_fee_edit(self):

Loading…
Cancel
Save