Move minRelayTxFee to policy/settings

Also fix includes using iwyu
This commit is contained in:
MacroFake 2022-05-31 13:30:23 +02:00
parent 5f65afff9c
commit fa4068b4e2
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
19 changed files with 83 additions and 19 deletions

View file

@ -134,8 +134,6 @@ int64_t nMaxTipAge = DEFAULT_MAX_TIP_AGE;
uint256 hashAssumeValid;
arith_uint256 nMinimumChainWork;
CFeeRate minRelayTxFee = CFeeRate(DEFAULT_MIN_RELAY_TX_FEE);
const CBlockIndex* CChainState::FindForkInGlobalIndex(const CBlockLocator& locator) const
{
AssertLockHeld(cs_main);