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

@ -11,4 +11,5 @@
bool fIsBareMultisigStd = DEFAULT_PERMIT_BAREMULTISIG;
CFeeRate incrementalRelayFee = CFeeRate(DEFAULT_INCREMENTAL_RELAY_FEE);
CFeeRate dustRelayFee = CFeeRate(DUST_RELAY_TX_FEE);
CFeeRate minRelayTxFee = CFeeRate(DEFAULT_MIN_RELAY_TX_FEE);
unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP;