diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-09-10 18:19:02 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-09-10 18:32:00 +0200 |
commit | e0a4f9de7fbb675dcc7207f91b60b66f14dc227a (patch) | |
tree | 9114fd91d68206ce0079ce6b81b21dd063990dbe /src/shutdown.cpp | |
parent | 838b85e120fd7957cf4abce0905d3aff96fa7278 (diff) | |
parent | faa1a749428a195af784633eb78e1df5d6a0e875 (diff) |
Merge #13793: tx pool: Use class methods to hide raw map iterator impl details
faa1a749428a195af784633eb78e1df5d6a0e875 tx pool: Use class methods to hide raw map iterator impl details (MarcoFalke)
Pull request description:
ATMP et al would often use map iterator implementation details such as `end()` or `find()`, which is acceptable in current code.
However, this not only makes it impossible to turn the maps into private members in the future but also makes it harder to replace the maps with different data structures.
This is required for and split off of #13804
Tree-SHA512: 4f9017fd1d98d9df49d25bba92655a4a97755eea161fd1cbb565ceb81bbc2b4924129d214f8a29563a77e3d8eef85a67c81245ecdc9a9e5292d419922a93cb88
Diffstat (limited to 'src/shutdown.cpp')
0 files changed, 0 insertions, 0 deletions