Skip to content
New issue

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

Sign with MPC derived key is not able to pass validation by btcd script engine #279

Open
wmh opened this issue Oct 25, 2023 · 0 comments
Open

Comments

@wmh
Copy link

wmh commented Oct 25, 2023

I used bitcoin-cli to send bitcoin to addresses (P2PKH, P2SH, P2WPKH) from an MPC-derived key and attempted to sign with an MPC-derived key. However, I consistently received a 'fail' message from the btcd txscript engine, with these error messages:

mandatory-script-verify-flag-failed (Script failed an OP_EQUALVERIFY operation)
mandatory-script-verify-flag-failed (Script evaluated without error but finished with a false/empty top stack element)

On the contrary, signing with the MPC root key works perfectly. Do you have any suggestions for troubleshooting this issue?

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

No branches or pull requests

1 participant