URI: 
       tfollow-up previous commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ac176db221fe6f80a76c78fe90da9354dce82f99
   DIR parent 76734f6a884990312abc938c86d03c2cbd64ea82
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 27 Feb 2018 12:03:35 +0100
       
       follow-up previous commit
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -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: