Page MenuHomePhabricator

Remove CTxMemPool params from ATMP
ClosedPublic

Authored by PiRK on Nov 10 2022, 09:28.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC448a91fef4e4: Remove CTxMemPool params from ATMP
Summary

Co-authored-by: John Newbery <1063656+jnewbery@users.noreply.github.com>
Co-authored-by: Jon Atack <jon@atack.com>

This is a backport of core#23465

Test Plan

ninja all check-all

Event Timeline

PiRK requested review of this revision.Nov 10 2022, 09:28
Fabien requested changes to this revision.Nov 10 2022, 14:11
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/validation.cpp
5741

If removing the spaces is useful you should do it here as well. If not then keep the spaces in both places (this is a clang-tidy syntax)

This revision now requires changes to proceed.Nov 10 2022, 14:11

consistency in named parameter documentation syntax: no spaces

This revision is now accepted and ready to land.Nov 10 2022, 15:44
This revision was automatically updated to reflect the committed changes.