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
In
BitClout-Sign-Transaction/Sign_Transaction.py
Line 46 in a27a08f
ValueError: pow() 2nd argument cannot be negative when 3rd argument specified
The text was updated successfully, but these errors were encountered:
Update Sign_Transaction.py
51bcd19
Fixes MiniGlome#1 Fix inspired from https://asecuritysite.com/ecc/tocurve
Negative exponents in pow() are supported since Python 3.8
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In
BitClout-Sign-Transaction/Sign_Transaction.py
Line 46 in a27a08f
ValueError: pow() 2nd argument cannot be negative when 3rd argument specified
The text was updated successfully, but these errors were encountered: