bitcoin/src/policy
John Newbery 4a75c9d651 [build] Move policy settings to new src/policy/settings unit
This moves the following policy settings functions and globals to a new
src/policy/settings unit in lib_server:

- `incrementalRelayFee`
- `dustRelayFee`
- `nBytesPerSigOp`
- `fIsBareMultisigStd`

These settings are only required by the node and should not be accessed
by other libraries.
2019-04-09 17:53:08 -04:00
..
feerate.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
feerate.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.cpp Add locking annotations to feeStats, shortStats and longStats 2018-12-03 00:14:33 +01:00
fees.h Add locking annotations to feeStats, shortStats and longStats 2018-12-03 00:14:33 +01:00
policy.cpp [build] Move policy settings to new src/policy/settings unit 2019-04-09 17:53:08 -04:00
policy.h [build] Move policy settings to new src/policy/settings unit 2019-04-09 17:53:08 -04:00
rbf.cpp rpc: Pass mempool into MempoolToJSON 2019-02-25 10:12:29 -05:00
rbf.h rpc: Pass mempool into MempoolToJSON 2019-02-25 10:12:29 -05:00
settings.cpp [build] Move policy settings to new src/policy/settings unit 2019-04-09 17:53:08 -04:00
settings.h [build] Move policy settings to new src/policy/settings unit 2019-04-09 17:53:08 -04:00