This count cannot be simply retrieved using size() because it is a multimap like structure. This will be later used to limit the pool size.
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalanche_proofPoolCount
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19110 Build 37968: Build Diff lint-circular-dependencies · build-clang-tidy · build-clang · build-without-wallet · build-diff · build-debug Build 37967: arc lint + arc unit
Event Timeline
Comment Actions
This count cannot be simply retrieved using size() because it is a multimap like structure.
It doesn't looks like this is solving any problem:
- It appears from the existing code that the size of the multimap can indeed be retrieved from the multimap
- If that is somehow not what we want, then in what way? What problem do we have that require tracking this independently from the multimap?
It seems that the only major thing this diff achieve is to introduce the ability to get the count wrong, which was impossible by design before. It doesn't looks like to me that this is a desirable feature.