dcrd/sampleconfig
Dave Collins 97c4b6b096
sampleconfig: Update min relay fee.
This updates the minimum relay fee in the sample config file to match
the actual default.  Note that it's commented anyways, so this does not
result in any logical change.  However, the file aims to have the
defaults commented out by default, so it makes sense to update the
value accordingly.
2018-01-06 19:26:50 -06:00
..
doc.go sampleconfig: Add package README and doc.go. 2017-08-25 12:35:11 -05:00
README.md sampleconfig: Add package README and doc.go. 2017-08-25 12:35:11 -05:00
sampleconfig.go sampleconfig: Update min relay fee. 2018-01-06 19:26:50 -06:00

sampleconfig

Build Status ISC License GoDoc

Package sampleconfig provides a single constant that contains 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

$ go get -u github.com/decred/dcrd/sampleconfig

License

Package sampleconfig is licensed under the copyfree ISC License.