mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
Update verification_key.rs
This commit is contained in:
parent
2578be4287
commit
8396014e32
@ -21,18 +21,11 @@ pub enum VerificationKeyFileError {
|
||||
#[error("{}: {}", _0, _1)]
|
||||
Crate(&'static str, String),
|
||||
|
||||
// #[error("creating: {}", _0)]
|
||||
// Creating(io::Error),
|
||||
#[error("Cannot read from the provided file path - {:?}", _0)]
|
||||
FileReadError(PathBuf),
|
||||
|
||||
#[error("Cannot remove the provided file - {:?}", _0)]
|
||||
FileRemovalError(PathBuf),
|
||||
// #[error("Verification key file was corrupted")]
|
||||
// IncorrectVerificationKey,
|
||||
|
||||
// #[error("writing: {}", _0)]
|
||||
// Writing(io::Error),
|
||||
}
|
||||
|
||||
impl From<std::io::Error> for VerificationKeyFileError {
|
||||
|
Loading…
Reference in New Issue
Block a user