Skip to content

Commit

Permalink
Fix for production feature error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 2, 2024
1 parent 3f2d638 commit 6239179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub enum AttestationErr {
Codec(#[from] parity_scale_codec::Error),
#[cfg(feature = "production")]
#[error("Quote generation: {0}")]
QuoteGeneration(#[from] std::io::Error),
QuoteGeneration(#[from] configfs_tsm::QuoteGenerationError),
#[error("Vec<u8> Conversion Error: {0}")]
Conversion(&'static str),
#[error("Data is repeated")]
Expand Down

0 comments on commit 6239179

Please sign in to comment.