Browse Source
qt: rm redundant line: ConfirmTxDialog.update_tx()
already called in ConfirmTxDialog.__init__
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
1 deletions
-
electrum/gui/qt/main_window.py
|
|
@ -1547,7 +1547,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): |
|
|
|
|
|
|
|
output_value = '!' if '!' in output_values else sum(output_values) |
|
|
|
d = ConfirmTxDialog(window=self, make_tx=make_tx, output_value=output_value, is_sweep=is_sweep) |
|
|
|
d.update_tx() |
|
|
|
if d.not_enough_funds: |
|
|
|
self.show_message(_('Not Enough Funds')) |
|
|
|
return |
|
|
|