From 63a3e110c11f293c9980a0a77c774b9a362f3ee7 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sat, 16 Jun 2012 12:24:00 -0700 Subject: [PATCH] Fix default newcoind.cfg example for unl_default. --- newcoind.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/newcoind.cfg b/newcoind.cfg index e08702b461..916275fee6 100644 --- a/newcoind.cfg +++ b/newcoind.cfg @@ -37,14 +37,16 @@ # starts up, if the databases are missing or are obsolete due to an upgrade # of newcoind, newcoind will reconstruct the UNL list as specified here. # -# If this field is not present or empty, newcoind will look for a validators.txt in the +# If this entry is not present or empty, newcoind will look for a validators.txt in the # config directory. If not found there, it will attempt to retrieve the file # from the newcoin foundation's web site. # +# This entry is also used by the RPC command unl_load. +# # Specify the file by specifying its full path. # -# Examples: C:/home/johndoe/newcoin/newcoind.cfg -# /home/johndoe/newcoin/newcoind.cfg +# Examples: C:/home/johndoe/newcoin/validators.txt +# /home/johndoe/newcoin/validators.txt # # [peer_ip]: # IP address or domain to bind to allow external connections from peers.