Skip to content

Commit d91c724

Browse files
author
limxdev
committed
Update masternodeconfig.cpp
1 parent 89e9ad4 commit d91c724

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/masternodeconfig.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bool CMasternodeConfig::read(std::string& strErr) {
3131
if (!streamConfig2.good()) {
3232
FILE* configFile = fopen(pathConfigFile.string().c_str(), "a");
3333
if (configFile != NULL) {
34-
std::string strHeader = "# Bitcore config file v 1.0.1\n"
34+
std::string strHeader = "# BitCore Config File v. 1.0.1\n"
3535
"# Network Nodes\n"
3636
"addnode=seed.bitcore.biz\n"
3737
"addnode=37.120.190.76\n"
@@ -42,12 +42,12 @@ bool CMasternodeConfig::read(std::string& strErr) {
4242
"addnode=87.178.216.36\n"
4343
"addnode=93.192.188.220\n"
4444
"addnode=185.194.142.125\n"
45-
"# Masternode preparation (optional) - Note - You have to remove #\n"
45+
"# Optional: Masternode preparation (Note: Remove the # to make the Options useable)#\n"
4646
"#masternodeaddr=1.2.3.4:8555\n"
4747
"#externalip=1.2.3.4:8555\n"
4848
"#masternode=1\n"
4949
"#masternodeprivkey=yourkey\n"
50-
"# Server preparation (optional) - Note - You have to remove #\n"
50+
"# Optional: Server preparation (Note: Remove the # to make the Options useable) #\n"
5151
"#rpcuser=BitCorean\n"
5252
"#rpcpassword=mystrongpassword\n"
5353
"#rpcport=8556\n"

0 commit comments

Comments
 (0)