File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1709,10 +1709,7 @@ pub struct NodeConfig {
1709
1709
/// format `"PUBKEY@IP:PORT"` or `"PUBKEY@HOSTNAME:PORT"`. DNS hostnames are resolved
1710
1710
/// during configuration loading.
1711
1711
///
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 `[]`.
1716
1713
pub bootstrap_node : Vec < Neighbor > ,
1717
1714
/// A list of peer addresses that this node should explicitly deny connections from.
1718
1715
/// Peers are specified as comma-separated strings in the format "IP:PORT" or "HOSTNAME:PORT"
You can’t perform that action at this time.
0 commit comments