fix: update signature error
This commit is contained in:
parent
62b7ce4366
commit
ac93c0bc65
|
@ -29,7 +29,7 @@ pub enum SignatureError {
|
||||||
DecodingError(#[from] rustc_hex::FromHexError),
|
DecodingError(#[from] rustc_hex::FromHexError),
|
||||||
/// Thrown when signature verification failed (i.e. when the address that
|
/// Thrown when signature verification failed (i.e. when the address that
|
||||||
/// produced the signature did not match the expected address)
|
/// produced the signature did not match the expected address)
|
||||||
#[error("Signature verification failed. Expected {0}, got {0}")]
|
#[error("Signature verification failed. Expected {0}, got {1}")]
|
||||||
VerificationError(Address, Address),
|
VerificationError(Address, Address),
|
||||||
/// Internal error during signature recovery
|
/// Internal error during signature recovery
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
|
|
Loading…
Reference in New Issue