Merge pull request #157 from fsb4000/conf
author0xDEADFACE <masmfan@gmail.com>
Thu, 12 Feb 2015 07:14:08 +0000 (10:14 +0300)
committer0xDEADFACE <masmfan@gmail.com>
Thu, 12 Feb 2015 07:14:08 +0000 (10:14 +0300)
Изменено расположение комментариев в создающемся по умолчанию файле novacoin.conf

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();