Skip to content

Commit 4264910

Browse files
committed
Correct error message
1 parent 2b4ccaf commit 4264910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/secret_key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ impl SecretKey {
246246
KDF_NONE => {
247247
return Err(PError::new(
248248
ErrorKind::Io,
249-
"Key might be encrypted".to_string(),
249+
"Key is not encrypted".to_string(),
250250
))
251251
}
252252
KDF_ALG => {}

0 commit comments

Comments
 (0)