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

This reverts commit c2806aa2f9.
This commit is contained in:
Tyera Eulberg
2020-10-19 11:31:33 -06:00
committed by GitHub
parent 9b5c10a6aa
commit 78be777b65
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