From: fsb4000 Date: Thu, 12 Feb 2015 03:25:34 +0000 (+0600) Subject: Изменено расположение комментариев в создающемся по умолчанию файле novacoin.conf X-Git-Tag: nvc-v0.5.3~100^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=0aa2cf008eaa11864d003f86b567e970cf74ff92 Изменено расположение комментариев в создающемся по умолчанию файле novacoin.conf --- diff --git a/src/util.cpp b/src/util.cpp index a15fa67..f69c600 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -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();