Improve missing default filepath signer error messaging
This commit is contained in:
committed by
Trent Nelson
parent
ca8c1c6c42
commit
06a926f2f4
@@ -179,10 +179,7 @@ pub fn parse_args<'a>(
|
||||
&config.keypair_path,
|
||||
);
|
||||
|
||||
let default_signer = DefaultSigner {
|
||||
arg_name: default_signer_arg_name,
|
||||
path: default_signer_path.clone(),
|
||||
};
|
||||
let default_signer = DefaultSigner::new(default_signer_arg_name, &default_signer_path);
|
||||
|
||||
let CliCommandInfo {
|
||||
command,
|
||||
|
||||
Reference in New Issue
Block a user