tfix #3980 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 76734f6a884990312abc938c86d03c2cbd64ea82 DIR parent 26e966c3e0284b3a93faf617ccca6ceb945f3a6d HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 27 Feb 2018 12:02:52 +0100 fix #3980 Diffstat: M gui/qt/main_window.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -1502,7 +1502,10 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): tx.set_rbf(True) if fee < self.wallet.relayfee() * tx.estimated_size() / 1000: - self.show_error(_("This transaction requires a higher fee, or it will not be propagated by the network")) + 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: