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
- Branch
- mempoolrefac
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3105 Build 4297: Bitcoin ABC Buildbot (legacy) Build 4296: arc lint + arc unit
Event Timeline
src/txmempool.cpp | ||
---|---|---|
1269 | Why ? |
src/txmempool.cpp | ||
---|---|---|
1269 | 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 | Except that if I change the value of the contant, I don't have to recompile half of the world. |