Skip to content

Commit

Permalink
Update init.cpp
Browse files Browse the repository at this point in the history
remove duplicates
  • Loading branch information
koh-gt authored Mar 22, 2023
1 parent 592862f commit 94b5ff8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1349,15 +1349,12 @@ bool AppInitMain(const util::Ref& context, NodeContext& node, interfaces::BlockA
"server=1\n"
"txindex=1\n"
"listen=1\n"
"daemon=1\n"
"upnp=1\n"
"\n"
"# RPC settings (default: Local network only)\n"
"rpcuser=user\n"
"rpcpassword=password\n"
"port=9574\n"
"rpcport=9573\n"
"rpcbind=127.0.0.1\n"
"rpcallowip=127.0.0.1\n"
"rpcthreads=32\n"
"\n"
Expand Down

0 comments on commit 94b5ff8

Please sign in to comment.