This is a backport of core#20581
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCa95da7d32094: Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref to…
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
In validation.cpp::MemPoolAccept::PreChecks the Workspace is not actually const because of non-const aliases to its members.
See also this discussion about the const keyword not being appropriate in this case : https://github.com/bitcoin/bitcoin/pull/20581#pullrequestreview-570819930