Browse Source
network broadcast_transaction: make error text clearer
sqlite_db
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|