Skip to content

Commit

Permalink
rm-err
Browse files Browse the repository at this point in the history
  • Loading branch information
Kais committed May 28, 2024
1 parent e21107b commit a34f43e
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) => {
Err() => {
info!("public params are not locally stored yet");

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

0 comments on commit a34f43e

Please sign in to comment.