File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2185,9 +2185,9 @@ pub struct MinerConfig {
2185
2185
/// 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
2186
2186
/// within the same second as its parent, it will be rejected by the signers.
2187
2187
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.
2189
2189
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.
2191
2191
pub subsequent_rejection_pause_ms : u64 ,
2192
2192
}
2193
2193
You can’t perform that action at this time.
0 commit comments