as title
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- get_nodes_belonging_to_a_peer
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16464 Build 32791: Build Diff build-clang-tidy · lint-circular-dependencies · build-clang · build-debug · build-without-wallet · build-diff Build 32790: arc lint + arc unit
Event Timeline
Comment Actions
What is the use case for this ? And isn't possible to achieve what you want with the existing forEachNode() that won't make a copy of each node ?
src/avalanche/peermanager.h | ||
---|---|---|
238 ↗ | (On Diff #29637) | Proof broadcast API. is not the right section for this |
Comment Actions
the point of this is when a p2p node asks another for which nodes he has for a given proof
addressed feedback about avoiding copies of avalanche:Node objects (NodeId is what we care about, really) and moved the method declaration to a more appropriate line