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 8f77164 commit e28e22bCopy full SHA for e28e22b
stackslib/src/config/mod.rs
@@ -2191,7 +2191,7 @@ pub struct MinerConfig {
2191
pub tenure_extend_cost_threshold: u64,
2192
/// Define the timeout to apply while waiting for signers responses, based on the amount of rejections
2193
pub block_rejection_timeout_steps: HashMap<u32, Duration>,
2194
- /// Define max execution for contract calls
+ /// Define max execution time for contract calls: transactions taking more than the specified amount of seconds will be rejected
2195
pub max_execution_time: Option<u64>,
2196
}
2197
0 commit comments