-
Notifications
You must be signed in to change notification settings - Fork 38.8k
refactor: Pass PeerManagerImpl members only once #21425
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
Conversation
fa4bc70 to
faa3e26
Compare
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
🕵️ @sipa has been requested to review this pull request as specified in the REVIEWERS file. |
|
Concept ACK 😌 |
jnewbery
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.
utACK faa3e2685a9c200188889e35843c65ec8338132f
Can be reviewed with --word-diff-regex=. --ignore-all-space
faa3e26 to
fa2a80b
Compare
|
utACK fa2a80b |
1 similar comment
|
utACK fa2a80b |
Member variables are already passed to methods via
this, so no need to pass them another time as function parameter.