remove unused keystore_uri (#1421)

This commit is contained in:
yjh
2023-09-07 17:01:55 +08:00
committed by GitHub
parent bf5d0e2847
commit bd23c8d9d7
@@ -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>,