Add a trace level log for when the mempool is cleared by a reorg.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING1b4c979a2632: Add log for clearing the mempool during reorg
rABC1b4c979a2632: Add log for clearing the mempool during reorg
make check && ./test/functional/test_runner.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/validation.cpp | ||
---|---|---|
2606 ↗ | (On Diff #3903) | ::ALL is not meant to be a logging category, but mask representing all logging categories. |
src/validation.cpp | ||
---|---|---|
2606 ↗ | (On Diff #3903) | What do we use for trace level logs? |
src/validation.cpp | ||
---|---|---|
2606 ↗ | (On Diff #3903) | @deadalnix How about we make this more explicit? https://reviews.bitcoinabc.org/D1431 I've fallen into the same trap where I tried to log on ALL. Not that it was explicitly a compile or runtime issue, but it took me a while to realize that what I was doing was conceptually incorrect. |