Skip to content

Commit

Permalink
rename Stellar error to Signer
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 23, 2024
1 parent df299e8 commit 9beed05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/config/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub enum Error {
#[error("Invalid address {0}")]
InvalidAddress(String),
#[error(transparent)]
Stellar(#[from] signer::Error),
Signer(#[from] signer::Error),
}

#[derive(Debug, clap::Args, Clone)]
Expand Down

0 comments on commit 9beed05

Please sign in to comment.