File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1260,9 +1260,9 @@ pub struct BurnchainConfig {
1260
1260
/// Default: `5000` milliseconds.
1261
1261
/// `10000` milliseconds when launched with the `helium` or `mocknet` subcommands.
1262
1262
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.
1264
1264
/// 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.
1266
1266
///
1267
1267
/// This setting can be hot-reloaded from the config file, allowing adjustment without restarting.
1268
1268
///
@@ -1347,7 +1347,7 @@ pub struct BurnchainConfig {
1347
1347
/// The interval, in seconds, at which the node polls the bitcoin node for new blocks and state updates.
1348
1348
///
1349
1349
/// 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).
1351
1351
///
1352
1352
/// Default: `10` seconds
1353
1353
pub poll_time_secs : u64 ,
You can’t perform that action at this time.
0 commit comments