File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ history_height = 0
1919checkpoint_height = 0
2020# The checkpoint hash, defaults to a null hash (no checkpoint).
2121checkpoint_hash = 0000000000000000000000000000000000000000000000000000000000000000
22- # The port for incoming connections, set to 0 to disable listener , defaults to 8333 (18333 for testnet).
22+ # The port for incoming connections, set to 0 to disable, defaults to 8333 (18333 for testnet).
2323# listen_port = 0
2424# The maximum number of outgoing P2P network connections, defaults to 8.
2525outbound_connections = 8
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ const options_description config_type::load_settings()
180180 (
181181 " node.listen_port" ,
182182 value<uint16_t >(&settings.p2p_listen_port )->default_value (BN_P2P_LISTEN_PORT),
183- " The port for incoming connections, set to 0 to disable listener , defaults to 8333 (18333 for testnet)."
183+ " The port for incoming connections, set to 0 to disable, defaults to 8333 (18333 for testnet)."
184184 )
185185 (
186186 " node.outbound_connections" ,
You can’t perform that action at this time.
0 commit comments