tnetwork broadcast_transaction: make error text clearer - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 8072ad1ad98485777a81e4eee31e7ff81ae0019e DIR parent ebeed4736fc3dd60255f2808cbdead237caacc58 HTML Author: SomberNight <somber.night@protonmail.com> Date: Mon, 11 Feb 2019 16:36:01 +0100 network broadcast_transaction: make error text clearer Diffstat: M electrum/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/network.py b/electrum/network.py t@@ -795,7 +795,7 @@ class Network(PrintError): # grep "reason =" policy_error_messages = { r"version": _("Transaction uses non-standard version."), - r"tx-size": _("The transaction was rejected because it is too large."), + r"tx-size": _("The transaction was rejected because it is too large (in bytes)."), r"scriptsig-size": None, r"scriptsig-not-pushonly": None, r"scriptpubkey": None,