Page MenuHomePhabricator

Move minRelayTxFee to policy/settings
ClosedPublic

Authored by PiRK on Dec 1 2023, 10:13.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC956710a77f0c: Move minRelayTxFee to policy/settings
Summary

This is a partial backport of core#25254

The other unrelated headers changes are debatable and can be done in a separate diff if we want them. Also the iwyu tool used by Core to lint these includes seems very finicky, I'm not sure it is worth the effort to port it for now.

I just checked that all files using DEFAULT_MIN_RELAY_TX_FEE include policy/policy.h and all files using minrelaytxfee include policy/settings.h

Depends on D14888

Test Plan

ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Dec 1 2023, 10:13
PiRK edited the summary of this revision. (Show Details)
src/net_processing.cpp
6764 ↗(On Diff #43343)

here

src/rpc/blockchain.cpp
1901 ↗(On Diff #43343)

here

src/net_processing.cpp
6781 ↗(On Diff #43343)

I meant here.

This revision is now accepted and ready to land.Dec 1 2023, 19:55
This revision was automatically updated to reflect the committed changes.