electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 8072ad1ad98485777a81e4eee31e7ff81ae0019e
parent ebeed4736fc3dd60255f2808cbdead237caacc58
Author: SomberNight <somber.night@protonmail.com>
Date:   Mon, 11 Feb 2019 16:36:01 +0100

network broadcast_transaction: make error text clearer

Diffstat:
Melectrum/network.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/network.py b/electrum/network.py @@ -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,