-
Notifications
You must be signed in to change notification settings - Fork 252
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
FISCO BCOS 源码知识图谱 #1557
base: release-2
Are you sure you want to change the base?
FISCO BCOS 源码知识图谱 #1557
Conversation
Sider has detected 1 warning on analyzing the commit 95bd31c.
If the errors persist even after retrying, the following actions may resolve them:
If you still have problems, feel free to ask us via chat. 💬 You can turn off such notifications if unnecessary. |
// only record the latest view of all the nodes | ||
std::shared_ptr<std::unordered_map<IDXTYPE, ViewChangeReq::Ptr>> m_latestViewChangeReqCache; | ||
|
||
/// cache for commited requests(maps between hash and commited requests) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Misspell] "commited" is a misspelling of "committed" (view)
Rule | Correct | Incorrect |
---|---|---|
committed |
committed | commited |
You can close this issue if no need to fix it. Learn more.
修改libconsensus_pbft.md
FISCO BCOS 源码知识图谱