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 efc7ed1 commit 6cdb586
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ pub enum Error {
encoded_signature: Vec<u8>,
},
#[snafu(display("Invalid signature because: `{}`", source.to_string()))]
InvalidSignature {
source: bitcoin::secp256k1::Error,
},
InvalidSignature { source: bitcoin::secp256k1::Error },
#[snafu(display("Invalid sighash"))]
InvalidSigHash {
source: bitcoin::sighash::InvalidSighashTypeError,
Expand Down

0 comments on commit 6cdb586

Please sign in to comment.