Skip to content

Commit e28e22b

Browse files
committed
improved comment on max_execution_time
1 parent 8f77164 commit e28e22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2191,7 +2191,7 @@ pub struct MinerConfig {
21912191
pub tenure_extend_cost_threshold: u64,
21922192
/// Define the timeout to apply while waiting for signers responses, based on the amount of rejections
21932193
pub block_rejection_timeout_steps: HashMap<u32, Duration>,
2194-
/// Define max execution for contract calls
2194+
/// Define max execution time for contract calls: transactions taking more than the specified amount of seconds will be rejected
21952195
pub max_execution_time: Option<u64>,
21962196
}
21972197

0 commit comments

Comments
 (0)