Skip to content

Commit 6247051

Browse files
committed
chore: improve comments
1 parent 6e0eca6 commit 6247051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testnet/stacks-node/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,9 +2185,9 @@ pub struct MinerConfig {
21852185
/// The minimum time to wait between mining blocks in milliseconds. The value must be greater than or equal to 1000 ms because if a block is mined
21862186
/// within the same second as its parent, it will be rejected by the signers.
21872187
pub min_time_between_blocks_ms: u64,
2188-
/// Time in milliseconds to pause after receiving the first rejection, before proposing a new block.
2188+
/// Time in milliseconds to pause after receiving the first threshold rejection, before proposing a new block.
21892189
pub first_rejection_pause_ms: u64,
2190-
/// Time in milliseconds to pause after receiving the subsequent rejections, before proposing a new block.
2190+
/// Time in milliseconds to pause after receiving subsequent threshold rejections, before proposing a new block.
21912191
pub subsequent_rejection_pause_ms: u64,
21922192
}
21932193

0 commit comments

Comments
 (0)