Skip to content

Commit

Permalink
Update crates/proof-of-sql/src/proof_primitive/dory/setup.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jay White <[email protected]>
  • Loading branch information
Dustin-Ray and JayWhite2357 authored Oct 22, 2024
1 parent 08eec3a commit bcffb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/src/proof_primitive/dory/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ impl VerifierSetup {
reader.read_to_end(&mut serialized_data)?;

// Deserialize the data into a PublicParameters instance
Self::deserialize_with_mode(&mut &serialized_data[..], Compress::No, Validate::Yes)
Self::deserialize_with_mode(&mut &serialized_data[..], Compress::No, Validate::No)
.map_err(|e| Error::new(ErrorKind::Other, format!("{e}")))
}
}
Expand Down

0 comments on commit bcffb58

Please sign in to comment.