diff options
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index fb4a4f31a..6c117aa7e 100644 --- a/data/example.conf +++ b/data/example.conf @@ -254,10 +254,11 @@ NetworkName "LocalNet" # # These keys are required to initiate the random number generator. These # numbers MUST be random as you want your passcodes to be random. Don't -# give these keys to no anyone! Keep them private! +# give these keys to anyone! Keep them private! # For those pple who don't understand what to do here: Just pick three # _different_ _random_ numbers with about 6 or 7 digits and put them here. -# If the keys don't work, they might be too long. Example: +# If the keys don't work, they might be too long or you forgot to remove +# the # in front of them. Example: # UserKey1 9866235 # UserKey1 <your_first_random_number_here> |