Skip to content

Commit 59e641a

Browse files
committed
rename
1 parent f641a56 commit 59e641a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guest_libs/crypto/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pub enum CenoCryptoError {
3333
#[error("Bn254 pair length error")]
3434
Bn254PairLength,
3535
/// Sepk256k1 ecrecover error
36-
#[error("Secp256k1 signature error")]
37-
Secp256k1Signature(#[from] k256::ecdsa::Error),
36+
#[error("Secp256k1 ecrecover error")]
37+
Secp256k1Ecrecover(#[from] k256::ecdsa::Error),
3838
}
3939

4040
#[cfg(test)]

0 commit comments

Comments
 (0)