clap-utils: Rename KeypairUrl to SignerSource

This commit is contained in:
Trent Nelson
2021-04-14 23:19:01 -06:00
committed by Trent Nelson
parent bb24318ef0
commit 09dcc9ea04
3 changed files with 25 additions and 25 deletions

View File

@ -2553,7 +2553,7 @@ mod tests {
}
);
// Test ResolveSigner Subcommand, KeypairUrl::Filepath
// Test ResolveSigner Subcommand, SignerSource::Filepath
let test_resolve_signer =
test_commands
.clone()
@ -2565,7 +2565,7 @@ mod tests {
signers: vec![],
}
);
// Test ResolveSigner Subcommand, KeypairUrl::Pubkey (Presigner)
// Test ResolveSigner Subcommand, SignerSource::Pubkey (Presigner)
let test_resolve_signer =
test_commands
.clone()