Skip to content

Commit

Permalink
support 68 length DER encoded signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Dec 8, 2024
1 parent 899fc7b commit 80e0872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions counterparty-core/counterpartycore/lib/gettxinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def get_der_signature_sighash_flag(value):
if not isinstance(value, bytes):
return None
lenght_by_prefix = {
"3041": 68,
"3042": 69,
"3043": 70,
"3044": 71,
Expand Down

0 comments on commit 80e0872

Please sign in to comment.