Skip to content

Commit 25122fb

Browse files
committed
chore: remove superfluous comment
1 parent 0676b9b commit 25122fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/calc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ impl FromEnv for SlotCalculator {
290290
return Ok(slot_calculator);
291291
}
292292

293-
// Else, look for the individual chain constants
294293
let start_timestamp = FromEnvVar::from_env_var("START_TIMESTAMP")?;
295294
let slot_offset = FromEnvVar::from_env_var("SLOT_OFFSET")?;
296295
let slot_duration = FromEnvVar::from_env_var("SLOT_DURATION")?;

0 commit comments

Comments
 (0)