Skip to content

Commit

Permalink
cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkolasg committed May 28, 2024
1 parent a34f43e commit 7180bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgn-provers/src/params/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl ParamsLoader {
let reader = std::io::BufReader::new(file);
bincode::deserialize_from(reader).map_err(Into::into)
}
Err() => {
Err(_) => {
info!("public params are not locally stored yet");

let params = Self::download_file(base_url, file_name)?;
Expand Down

0 comments on commit 7180bee

Please sign in to comment.