Skip to content

Commit 38bd6c7

Browse files
committed
Fix comments
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 99745f5 commit 38bd6c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stacks-signer/src/config.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pub struct GlobalConfig {
161161
pub block_proposal_timeout: Duration,
162162
/// An optional custom Chain ID
163163
pub chain_id: Option<u32>,
164-
/// How long to wait in for a response from a block proposal validation response from the node
164+
/// How long to wait for a response from a block proposal validation response from the node
165165
/// before marking that block as invalid and rejecting it
166166
pub block_proposal_validation_timeout: Duration,
167167
}
@@ -186,14 +186,14 @@ struct RawConfigFile {
186186
pub db_path: String,
187187
/// Metrics endpoint
188188
pub metrics_endpoint: Option<String>,
189-
/// How much time must pass between the first block proposal in a tenure and the next bitcoin block
190-
/// before a subsequent miner isn't allowed to reorg the tenure
189+
/// How much time (in secs) must pass between the first block proposal in a tenure and the next bitcoin block
190+
/// before a subsequent miner isn't allowed to reorg the tenure
191191
pub first_proposal_burn_block_timing_secs: Option<u64>,
192-
/// How much time to wait for a miner to propose a block following a sortition in milliseconds
192+
/// How much time (in millisecs) to wait for a miner to propose a block following a sortition
193193
pub block_proposal_timeout_ms: Option<u64>,
194194
/// An optional custom Chain ID
195195
pub chain_id: Option<u32>,
196-
/// How long to wait n milliseconds for a response from a block proposal validation response from the node
196+
/// How long to wait (in millisecs) for a response from a block proposal validation response from the node
197197
/// before marking that block as invalid and rejecting it
198198
pub block_proposal_validation_timeout_ms: Option<u64>,
199199
}

0 commit comments

Comments
 (0)