Browse Source
network: update tx broadcast error msgs whitelist
fixes #6052
hard-fail-on-bad-server-string
SomberNight
5 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
|
|
@ -916,7 +916,7 @@ class Network(Logger): |
|
|
|
r"Signature hash type missing or not understood", |
|
|
|
r"Non-canonical DER signature", |
|
|
|
r"Data push larger than necessary", |
|
|
|
r"Only non-push operators allowed in signatures", |
|
|
|
r"Only push operators allowed in signatures", |
|
|
|
r"Non-canonical signature: S value is unnecessarily high", |
|
|
|
r"Dummy CHECKMULTISIG argument must be zero", |
|
|
|
r"OP_IF/NOTIF argument must be minimal", |
|
|
|