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

Signing assertion #203

Open
mrx23dot opened this issue Aug 26, 2023 · 0 comments
Open

Signing assertion #203

mrx23dot opened this issue Aug 26, 2023 · 0 comments

Comments

@mrx23dot
Copy link

mrx23dot commented Aug 26, 2023

Got this in production:
tx.c:880: btc_tx_sign_input: Assertionsigderlen <= 74 && sigderlen >= 70' failed`

looks like assertion not always holds:
assert(sigderlen <= 74 && sigderlen >= 70);

I don't have testcase for it, but needs rethinking.

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