network broadcast_transaction: make error text clearer

This commit is contained in:
SomberNight 2019-02-11 16:36:01 +01:00
parent ebeed4736f
commit 8072ad1ad9
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9

View File

@ -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,