@@ -161,7 +161,7 @@ pub struct GlobalConfig {
161
161
pub block_proposal_timeout : Duration ,
162
162
/// An optional custom Chain ID
163
163
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
165
165
/// before marking that block as invalid and rejecting it
166
166
pub block_proposal_validation_timeout : Duration ,
167
167
}
@@ -186,14 +186,14 @@ struct RawConfigFile {
186
186
pub db_path : String ,
187
187
/// Metrics endpoint
188
188
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
191
191
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
193
193
pub block_proposal_timeout_ms : Option < u64 > ,
194
194
/// An optional custom Chain ID
195
195
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
197
197
/// before marking that block as invalid and rejecting it
198
198
pub block_proposal_validation_timeout_ms : Option < u64 > ,
199
199
}
0 commit comments