-
Notifications
You must be signed in to change notification settings - Fork 38.7k
doc: better document NetEventsInterface and the deletion of "CNode"s #32278
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
base: master
Are you sure you want to change the base?
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32278. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsNo conflicts as of last run. LLM Linter (✨ experimental)Possible typos and grammar issues:
drahtbot_id_5_m |
0f26ac3 to
e44e669
Compare
|
|
w0xlt
left a comment
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.
ACK e44e669
Clear improvement in documentation.
Document the requirements around the `NetEventsInterface`'s methods and the lifetime of `CNode` objects in `CConnman::m_nodes`. Co-authored-by: Anthony Towns <[email protected]>
e44e669 to
110548c
Compare
|
|
Document the requirements around the
NetEventsInterface's methods and the lifetime ofCNodeobjects inCConnman::m_nodes.