Skip to content

Commit

Permalink
Remove frost sig expiration step
Browse files Browse the repository at this point in the history
  • Loading branch information
keppel committed Apr 16, 2024
1 parent df4825c commit 288ff99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ impl InnerApp {
}

fn step_frost(&mut self, now: i64) -> Result<()> {
self.frost.advance_with_timeout(10 * 60)?;

let last_frost_group = self.frost.groups.back()?;
let last_frost_group_time = last_frost_group.as_ref().map(|g| g.created_at).unwrap_or(0);
let absent = last_frost_group
Expand Down

0 comments on commit 288ff99

Please sign in to comment.