mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 13:45:40 +00:00
remove unused keystore_uri (#1421)
This commit is contained in:
@@ -31,10 +31,6 @@ const DEFAULT_KEYSTORE_CONFIG_PATH: &str = "keystore";
|
|||||||
/// Parameters of the keystore
|
/// Parameters of the keystore
|
||||||
#[derive(Debug, Clone, Args)]
|
#[derive(Debug, Clone, Args)]
|
||||||
pub struct KeystoreParams {
|
pub struct KeystoreParams {
|
||||||
/// Specify custom URIs to connect to for keystore-services
|
|
||||||
#[arg(long)]
|
|
||||||
pub keystore_uri: Option<String>,
|
|
||||||
|
|
||||||
/// Specify custom keystore path.
|
/// Specify custom keystore path.
|
||||||
#[arg(long, value_name = "PATH")]
|
#[arg(long, value_name = "PATH")]
|
||||||
pub keystore_path: Option<PathBuf>,
|
pub keystore_path: Option<PathBuf>,
|
||||||
|
|||||||
Reference in New Issue
Block a user