This is based on #11309 https://github.com/bitcoin/bitcoin/pull/11309/files however
the removal of fLimitFree and the fix for reorgs was already done in D4745.
So, this is basically just renaming fOverrideMempoolLimit -> bypass_limits,
removing defaultness of two args, and making sure that literal arguments are
documented with /* */. (test_accept from D3079 stays as default arg, like it
is in Core today)
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING0cc1205d9877: Backport PR11309: Minor cleanups for AcceptToMemoryPool
rABC0cc1205d9877: Backport PR11309: Minor cleanups for AcceptToMemoryPool
ninja check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR11309
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8680 Build 15346: Default Diff Build & Tests Build 15345: arc lint + arc unit
Event Timeline
src/test/txvalidationcache_tests.cpp | ||
---|---|---|
34 ↗ | (On Diff #15066) | oops, missed /* pfMissingInputs */ here |