fix: switch to error from secp256k1
This commit is contained in:
parent
fb69a2c8a9
commit
09d8d683b6
|
@ -49,5 +49,5 @@ pub enum Error {
|
|||
#[error("Integer overflow")]
|
||||
OverflowError,
|
||||
#[error(transparent)]
|
||||
InvalidEcdsaSecp256k1Args(#[from] k256::ecdsa::signature::Error),
|
||||
Secp256k1(#[from] secp256k1::Error),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue