Skip to content

Commit ae6e091

Browse files
Jilocfdefelici
andauthored
apply nits changes from code review
Co-authored-by: Federico De Felici <[email protected]>
1 parent db521d1 commit ae6e091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stackslib/src/config/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,9 +1260,9 @@ pub struct BurnchainConfig {
12601260
/// Default: `5000` milliseconds.
12611261
/// `10000` milliseconds when launched with the `helium` or `mocknet` subcommands.
12621262
pub commit_anchor_block_within: u64,
1263-
/// The Maximum amount (in sats) of "burn commitment" to broadcast for the next block's leader election.
1263+
/// The maximum amount (in sats) of "burn commitment" to broadcast for the next block's leader election.
12641264
/// Acts as a safety cap to limit the maximum amount spent on mining.
1265-
/// It serves as both the target fee and a fallback if dynamic fee calculations fail or cannot be performed
1265+
/// It serves as both the target fee and a fallback if dynamic fee calculations fail or cannot be performed.
12661266
///
12671267
/// This setting can be hot-reloaded from the config file, allowing adjustment without restarting.
12681268
///
@@ -1347,7 +1347,7 @@ pub struct BurnchainConfig {
13471347
/// The interval, in seconds, at which the node polls the bitcoin node for new blocks and state updates.
13481348
///
13491349
/// The default value of 10 seconds is mainly intended for testing purposes.
1350-
/// It's suggested to set this to a higher value for mainnet e.g. 300 seconds (5 minutes).
1350+
/// It's suggested to set this to a higher value for mainnet, e.g., 300 seconds (5 minutes).
13511351
///
13521352
/// Default: `10` seconds
13531353
pub poll_time_secs: u64,

0 commit comments

Comments
 (0)