Skip to content

Commit

Permalink
Fix incorrect SignatureFailed error display (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 authored Dec 10, 2024
1 parent 62630d3 commit 908380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/claims/core/src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl From<ssi_crypto::SignatureError> for SignatureError {

#[derive(Debug, thiserror::Error)]
pub enum MessageSignatureError {
#[error("0")]
#[error("{0}")]
SignatureFailed(String),

#[error("invalid signature client query")]
Expand Down

0 comments on commit 908380d

Please sign in to comment.