Skip to content

Commit 79a817d

Browse files
Update aggregation_mode/src/backend/mod.rs
Co-authored-by: Marcos Nicolau <76252340+MarcosNicolau@users.noreply.github.com>
1 parent d51ca2f commit 79a817d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aggregation_mode/src/backend

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)