Revert "CLI: Put deploy ephemeral keypair behind a flag" (#12983)

This reverts commit 5a5b7f39c1.
This commit is contained in:
Tyera Eulberg
2020-10-19 12:44:32 -06:00
committed by GitHub
parent 456eae6ccb
commit cca318f805
2 changed files with 7 additions and 31 deletions

View File

@ -64,7 +64,6 @@ fn test_cli_deploy_program() {
program_location: pathbuf.to_str().unwrap().to_string(),
address: None,
use_deprecated_loader: false,
random_address: true,
};
let response = process_command(&config);
@ -99,7 +98,6 @@ fn test_cli_deploy_program() {
program_location: pathbuf.to_str().unwrap().to_string(),
address: Some(1),
use_deprecated_loader: false,
random_address: false,
};
process_command(&config).unwrap();
let account1 = rpc_client