This removes support for the address index which also entails removal of the --addrindex and --dropaddrindex flags as well as all related indexing infrastructure. The legacy index is now automatically dropped if it exists to ensure clients that are upgrading are not left with unneeded data in their databases. This is part of the overall removal of the deprecated address index. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| README.md | ||
| sampleconfig.go | ||
sampleconfig
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.