Skip to content

Commit ecba9cd

Browse files
Evalirprestwich
authored andcommitted
chore: productionize
1 parent 9a6d634 commit ecba9cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tasks/block/sim.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,12 @@ impl Simulator {
217217
// we also subtract 3 seconds to account for the sequencer stopping signing.
218218
let remaining = (self.slot_calculator().slot_duration() - timepoint).saturating_sub(3);
219219

220-
// We add a 2500 ms buffer to account for sequencer stopping signing.
221220
let deadline = Instant::now() + Duration::from_secs(remaining);
222221

223222
debug!(
224223
timepoint,
225224
remaining,
226-
timestamp = chrono::Utc::now().timestamp(),
227-
deadline = ?deadline,
225+
timestamp = crate::utils::now(),
228226
"calculated deadline for block simulation"
229227
);
230228

0 commit comments

Comments
 (0)