Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Aug 10, 2024
1 parent 21704cc commit a675b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub enum Error {
InvalidAddress,
#[snafu(display("Invalid"))]
Invalid,
#[snafu(display("Malformed signature `{signature}`"))]
#[snafu(display("Decode error for signature `{signature}`"))]
SignatureDecode {
source: base64::DecodeError,
signature: String,
Expand Down

0 comments on commit a675b45

Please sign in to comment.