Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | [build] Move policy settings to new src/policy/settings unit | John Newbery | |
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. |