We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug It seems not right to check signature of taproot is valid by assert length of it equals 64:
btclib/btclib/psbt/psbt_utils.py
Line 307 in da0cfc1
To Reproduce There is an example on how to make a valid taproot signature which length is not 64: bitcoinjs/bitcoinjs-lib#1934
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Will it support sign psbt from library?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
It seems not right to check signature of taproot is valid by assert length of it equals 64:
btclib/btclib/psbt/psbt_utils.py
Line 307 in da0cfc1
To Reproduce
There is an example on how to make a valid taproot signature which length is not 64:
bitcoinjs/bitcoinjs-lib#1934
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: