Browse Source

network broadcast_transaction: make error text clearer

sqlite_db
SomberNight 6 years ago
parent
commit
8072ad1ad9
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/network.py

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

Loading…
Cancel
Save