We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51ca2f commit 79a817dCopy full SHA for 79a817d
aggregation_mode/src/backend/mod.rs
@@ -147,7 +147,7 @@ impl ProofAggregator {
147
);
148
149
// Iterate until we can send the proof on-chain
150
- let mut time_elapsed: Duration = Duration::from_secs(24 * 3600);
+ let mut time_elapsed = Duration::from_secs(24 * 3600);
151
152
loop {
153
// We add 24 hours because the proof aggregator runs once a day, so the time elapsed
0 commit comments