Skip to content

Commit fa955fe

Browse files
committed
chore: productionize
1 parent 7613bf1 commit fa955fe

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
@@ -216,14 +216,12 @@ impl Simulator {
216216
// we also subtract 3 seconds to account for the sequencer stopping signing.
217217
let remaining = (self.slot_calculator().slot_duration() - timepoint).saturating_sub(3);
218218

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

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

0 commit comments

Comments
 (0)