Skip to content

Commit

Permalink
remove unused keystore_uri (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody authored Sep 7, 2023
1 parent bf5d0e2 commit bd23c8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions substrate/client/cli/src/params/keystore_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ const DEFAULT_KEYSTORE_CONFIG_PATH: &str = "keystore";
/// Parameters of the keystore
#[derive(Debug, Clone, Args)]
pub struct KeystoreParams {
/// Specify custom URIs to connect to for keystore-services
#[arg(long)]
pub keystore_uri: Option<String>,

/// Specify custom keystore path.
#[arg(long, value_name = "PATH")]
pub keystore_path: Option<PathBuf>,
Expand Down

0 comments on commit bd23c8d

Please sign in to comment.