-
Notifications
You must be signed in to change notification settings - Fork 0
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
Intermittent Decimal Conversion Error #146
Comments
Added a print statement to bitcoin_node_api.getnetworkhashps Output and error num_blocks: 144. height: None |
Commandline results for these arguments: $ bitcoin-cli getnetworkhashps 144 594246 |
Error seems to be coming from BitcoinRPC https://github.com/jgarzik/python-bitcoinrpc/blob/master/bitcoinrpc/authproxy.py#L77 |
This is a bug in bitcoinrpc. |
Will patch my local bitcoinrpc installation and add a note to the instructions. |
<class 'decimal.InvalidOperation'>
The text was updated successfully, but these errors were encountered: