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
The bits and threshold in the returned result are not hexadecimal. https://github.com/nervosnetwork/ckb/tree/develop/rpc#method-get_consensus https://github.com/nervosnetwork/ckb/tree/develop/rpc#method-get_deployments_info
bits
threshold
The text was updated successfully, but these errors were encountered:
The type of threshold field is type Ratio, not type RationalU256.
type RationalU256
Sorry, something went wrong.
jsonrpc::Ratio
DeploymentsInfo
Deployment
eval-exec
Successfully merging a pull request may close this issue.
Bug Report
Current Behavior
The
bits
andthreshold
in the returned result are not hexadecimal.https://github.com/nervosnetwork/ckb/tree/develop/rpc#method-get_consensus
https://github.com/nervosnetwork/ckb/tree/develop/rpc#method-get_deployments_info
The text was updated successfully, but these errors were encountered: