Skip to content

Commit 79a817d

Browse files
Update aggregation_mode/src/backend/mod.rs
Co-authored-by: Marcos Nicolau <[email protected]>
1 parent d51ca2f commit 79a817d

File tree

1 file changed

+1
-1
lines changed
  • aggregation_mode/src/backend

1 file changed

+1
-1
lines changed

aggregation_mode/src/backend/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl ProofAggregator {
147147
);
148148

149149
// Iterate until we can send the proof on-chain
150-
let mut time_elapsed: Duration = Duration::from_secs(24 * 3600);
150+
let mut time_elapsed = Duration::from_secs(24 * 3600);
151151

152152
loop {
153153
// We add 24 hours because the proof aggregator runs once a day, so the time elapsed

0 commit comments

Comments
 (0)