feat: make a transparent machine error for signature::Error
This commit is contained in:
@@ -48,4 +48,6 @@ pub enum Error {
|
||||
DeserialisationError(String, Value),
|
||||
#[error("Integer overflow")]
|
||||
OverflowError,
|
||||
#[error(transparent)]
|
||||
InvalidEcdsaSecp256k1Args(#[from] k256::ecdsa::signature::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user