Skip to content

fix: rename misleading schnorr signature functions to ecdsa#413

Open
eeemmmmmm wants to merge 1 commit intoBitVM:mainfrom
eeemmmmmm:fix/rename-ecdsa-signature-functions
Open

fix: rename misleading schnorr signature functions to ecdsa#413
eeemmmmmm wants to merge 1 commit intoBitVM:mainfrom
eeemmmmmm:fix/rename-ecdsa-signature-functions

Conversation

@eeemmmmmm
Copy link
Copy Markdown

Functions generate_p2wsh_schnorr_signature and generate_p2wpkh_schnorr_signature were named incorrectly. They use sign_ecdsa() and return bitcoin::ecdsa::Signature, not Schnorr signatures. Renamed to generate_p2wsh_ecdsa_signature and generate_p2wpkh_ecdsa_signature to match actual implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant