Skip to content

Commit

Permalink
Update cmd/soroban-cli/src/config/secret.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Aug 3, 2024
1 parent c8dcb9c commit a3b84e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/soroban-cli/src/config/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ pub enum Error {
Ed25519(#[from] ed25519_dalek::SignatureError),
#[error("Invalid address {0}")]
InvalidAddress(String),
#[error("Ledger does not reveal secret key")]
LedgerDoesNotRevealSecretKey,
#[error(transparent)]
Stellar(#[from] signer::Error),
}
Expand Down

0 comments on commit a3b84e4

Please sign in to comment.