This ensures that the innards can be kept private.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING6227fb8fcd31: Make function manipulating DisconnectedBlockTransactions member functions
rABC6227fb8fcd31: Make function manipulating DisconnectedBlockTransactions member functions
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/txmempool.cpp | ||
---|---|---|
1269 ↗ | (On Diff #4622) | Seems like this belongs in the header? |
src/txmempool.h | ||
840 ↗ | (On Diff #4622) | Should make private: explicit above this line |
874 ↗ | (On Diff #4622) | whil -> while |
src/validation.cpp | ||
597 ↗ | (On Diff #4622) | This keeps getting linted for everyone touching this file. I say leave it in at this point. |
src/txmempool.cpp | ||
---|---|---|
1269 ↗ | (On Diff #4622) | Why ? |
src/txmempool.cpp | ||
---|---|---|
1269 ↗ | (On Diff #4622) | I guess that's just a standard practice to have constants in headers. It makes them easier to find. It's technically correct either way. |
src/txmempool.cpp | ||
---|---|---|
1269 ↗ | (On Diff #4622) | Except that if I change the value of the contant, I don't have to recompile half of the world. |