More standard derives for Error
This commit is contained in:
parent
8e61874d77
commit
519857cd83
|
@ -507,7 +507,7 @@ impl<T: ThirtyTwoByteHash> From<T> for Message {
|
|||
}
|
||||
|
||||
/// An ECDSA error
|
||||
#[derive(Copy, PartialEq, Eq, Clone, Debug)]
|
||||
#[derive(Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Debug)]
|
||||
pub enum Error {
|
||||
/// Signature failed verification
|
||||
IncorrectSignature,
|
||||
|
|
Loading…
Reference in New Issue