Skip to content

Commit

Permalink
Minor config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Ziegler authored and Oliver Ziegler committed Feb 5, 2018
1 parent 4321704 commit 1cb07bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ void CDBEnv::Create_Config(const string& path)
file << "rpcpassword=SOMERANDOMPASSWORD\n";
file << "port=17298\n";
file << "rpcport=17299\n";
file << "rpcallowip=127.0.0.1";
file << "rpcallowip=127.0.0.1\n";
file << "addnode=162.217.249.198:17298\n";
file << "addnode=185.213.210.221:53740\n";
file << "addnode=188.242.118.114:37285\n";
Expand Down

0 comments on commit 1cb07bf

Please sign in to comment.