Skip to content

Commit

Permalink
network: update tx broadcast error msgs whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight authored and sidhujag committed Mar 31, 2020
1 parent d3af621 commit 621d72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ def sanitize_tx_broadcast_response(server_msg) -> str:
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",
Expand Down

0 comments on commit 621d72b

Please sign in to comment.