We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c185015 commit 0a0869dCopy full SHA for 0a0869d
stackslib/src/config/mod.rs
@@ -2226,7 +2226,7 @@ pub struct MinerConfig {
2226
/// Default: `None`
2227
/// Deprecated: use [`MinerConfig::min_time_between_blocks_ms`] instead.
2228
pub wait_on_interim_blocks: Option<Duration>,
2229
- /// minimum number of transactions that must be in a block if we're going to replace a pending
+ /// Minimum number of transactions that must be in a block if we're going to replace a pending
2230
/// block-commit with a new block-commit
2231
///
2232
/// Default: `0`
0 commit comments