Details
Details
- Reviewers
PiRK sdulfari - Group Reviewers
Restricted Project - Commits
- rABC874473cdf5fb: mempool: Evict transactions by modified feerate
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/test/mempool_tests.cpp | ||
---|---|---|
681–683 ↗ | (On Diff #37873) | This special case ceil usage gives a bad smell. Could we do away with this change by just picking a more workable fee value? |
src/txmempool.cpp | ||
1278–1279 ↗ | (On Diff #37873) | Easier to read |
src/txmempool.cpp | ||
---|---|---|
1278–1279 ↗ | (On Diff #37873) | That won't work unfortunately, because the cast below expects a forward iterator |
1293 ↗ | (On Diff #37873) | here the cast requires a forward iterator, and converting the iterator makes the code less readable overall |
src/test/mempool_tests.cpp | ||
---|---|---|
17 ↗ | (On Diff #37902) | cleanup |