Skip to content

Commit 51d4c66

Browse files
committed
quick mafs
1 parent d9d4951 commit 51d4c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/block/sim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ impl Simulator {
217217

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

222222
debug!(
223223
timepoint,

0 commit comments

Comments
 (0)