dcrd/sampleconfig
Dave Collins 4ac52e6dc4
config: Deprecate block prio size CLI option.
Now that the old low-fee/free tx relay policy has been removed, there is
no longer any need to consider a block priority size for block templates
since the option only applied to handling prioritization of low-fee/free
transactions.

Consequently, this deprecates the --blockprioritysize CLI option and
removes the associated code that propagates the configuration option to
the block template generator code.
2022-09-28 12:49:31 -05:00
..
doc.go sampleconfig: Make constant a function instead. 2020-09-02 13:21:37 -05:00
README.md multi: Update README.md files for go modules. 2021-01-22 14:39:23 -06:00
sampleconfig.go config: Deprecate block prio size CLI option. 2022-09-28 12:49:31 -05:00

sampleconfig

Build Status ISC License Doc

Package sampleconfig provides a single function that returns the contents of the sample configuration file for dcrd. This is provided for tools that perform automatic configuration and would like to ensure the generated configuration file not only includes the specifically configured values, but also provides samples of other configuration options.

Installation and Updating

This package is part of the github.com/decred/dcrd module. Use the standard go tooling for working with modules to incorporate it.

License

Package sampleconfig is licensed under the copyfree ISC License.