Skip to content

Commit

Permalink
Update cmd/soroban-cli/src/config/key.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <[email protected]>
  • Loading branch information
willemneal and leighmcculloch authored Dec 2, 2024
1 parent e5f0e5d commit a86a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/config/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::xdr;

#[derive(thiserror::Error, Debug)]
pub enum Error {
#[error("Failed to extract public key from secret")]
#[error("failed to extract public key from secret")]
SecretPublicKey,
#[error(transparent)]
Secret(#[from] secret::Error),
Expand Down

0 comments on commit a86a98f

Please sign in to comment.