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
getTotalTransactionCount, getPendingTxSize和getPbftView接口返回的信息十六进制,用户体验不友好,建议优化为十进制。
# getTotalTransactionCount原本输出: INFO >> getTotalTransactionCount >> { "blockNumber": "0x10", "failedTxSum": "0x0", "txSum": "0x10" } # 建议优化为: INFO >> getTotalTransactionCount >> { "blockNumber": "16", "failedTxSum": "0", "txSum": "16" }
# getPendingTxSize原本输出 INFO >> getPendingTxSize >> 0x16 # 建议优化为: INFO >> getPendingTxSize >> 22
# getPbftView原本输出 INFO >> getPbftView >> 0x11 # 建议优化为: INFO >> getPbftView >> 17
The text was updated successfully, but these errors were encountered:
already solved.
Sorry, something went wrong.
No branches or pull requests
getTotalTransactionCount, getPendingTxSize和getPbftView接口返回的信息十六进制,用户体验不友好,建议优化为十进制。
The text was updated successfully, but these errors were encountered: