Изменено расположение комментариев в создающемся по умолчанию файле novacoin.conf 157/head
authorfsb4000 <fsb4000@yandex.ru>
Thu, 12 Feb 2015 03:25:34 +0000 (09:25 +0600)
committerfsb4000 <fsb4000@yandex.ru>
Thu, 12 Feb 2015 03:27:23 +0000 (09:27 +0600)
src/util.cpp

index a15fa67..f69c600 100644 (file)
@@ -1162,8 +1162,10 @@ void createConf()
             + randomStrGen(15)
             + "\nrpcport=8344"
             + "\nport=7777"
-            + "\ndaemon=0 #(0=off, 1=on) Run in the background as a daemon and accept commands"
-            + "\nserver=0 #(0=off, 1=on) Accept command line and JSON-RPC commands"
+            + "\n#(0=off, 1=on) daemon - run in the background as a daemon and accept commands"
+            + "\ndaemon=0"
+            + "\n#(0=off, 1=on) server - accept command line and JSON-RPC commands"
+            + "\nserver=0"
             + "\nrpcallowip=127.0.0.1"
             + "\ntestnet=0";
     pConf.close();