Skip to content

Commit 56ec456

Browse files
committed
Change to setting description.
1 parent 00d48e4 commit 56ec456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/bs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ history_height = 0
1919
checkpoint_height = 0
2020
# The checkpoint hash, defaults to a null hash (no checkpoint).
2121
checkpoint_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.
2525
outbound_connections = 8

src/config/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)