Skip to content

Commit a6b6598

Browse files
committed
remove default documentation for subcommands
1 parent ad8a6be commit a6b6598

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stackslib/src/config/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,10 +1709,7 @@ pub struct NodeConfig {
17091709
/// format `"PUBKEY@IP:PORT"` or `"PUBKEY@HOSTNAME:PORT"`. DNS hostnames are resolved
17101710
/// during configuration loading.
17111711
///
1712-
/// Default: The effective initial list depends on how the node is started:
1713-
/// - `mainnet` subcommand: Uses the default Hiro and Stacks mainnet seed nodes
1714-
/// - `testnet` subcommand: Uses the default Hiro testnet seed node
1715-
/// - Other subcommands (`start`, `mocknet`, `helium`, etc.): Empty vector `[]`.
1712+
/// Default: Empty vector `[]`.
17161713
pub bootstrap_node: Vec<Neighbor>,
17171714
/// A list of peer addresses that this node should explicitly deny connections from.
17181715
/// Peers are specified as comma-separated strings in the format "IP:PORT" or "HOSTNAME:PORT"

0 commit comments

Comments
 (0)