diff --git a/doc/config.md b/config.md similarity index 58% rename from doc/config.md rename to config.md index b6b041a7e..0e2998758 100644 --- a/doc/config.md +++ b/config.md @@ -8,8 +8,8 @@ Options can either be put in HUSH3.conf or given on the `hushd` commandline when # txindex=1 -This is a default option that should not be changed or things will not work correctly. +Defaults to 1. This is a default option that should not be changed or things will not work correctly. # zindex=1 -This option enables the "shielded index" which also calculates the "anonset" (anonymity set) also known as the "shielded pool". This data is avaailable in the getchaintxstats RPC, if zindex is enabled. \ No newline at end of file +Defaults to 0. This option enables the "shielded index" which also calculates the "anonset" (anonymity set) also known as the "shielded pool". This data is avaailable in the getchaintxstats RPC, if zindex is enabled. \ No newline at end of file