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
i tried following "Example usage" and i got different result after line: tx2 = sign(tx,0,priv)
of course "h = history(addr)" yields different result now, so instead i manually assigned value printed in line below to h
The text was updated successfully, but these errors were encountered:
Ah, I wrote that doc before I implemented rfc6979 deterministic signatures. Will change the values in the readme.
Sorry, something went wrong.
No branches or pull requests
i tried following "Example usage" and i got different result after line:
tx2 = sign(tx,0,priv)
of course "h = history(addr)" yields different result now, so instead i manually assigned value printed in line below to h
The text was updated successfully, but these errors were encountered: