Browse Source

follow-up previous commit

3.1
ThomasV 7 years ago
parent
commit
ac176db221
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -1505,7 +1505,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
self.show_error('\n'.join([
_("This transaction requires a higher fee, or it will not be propagated by your current server"),
_("Try to raise your transaction fee, or use a server with a lower relay fee.")
])
]))
return
if preview:

Loading…
Cancel
Save