Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbientTea committed Dec 11, 2024
1 parent 8b30438 commit b4f3dab
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions toolkit/partner-chains-cli/src/setup_main_chain_state/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,17 +286,6 @@ fn upsert_permissioned_candidates_failed_io() -> MockIO {
])
}

fn establish_pc_contracts_cli_config_io() -> MockIO {
MockIO::Group(vec![
establish_pc_contracts_cli_configuration_io(None, PcContractsCliResources::default()),
prompt_with_default_and_save_to_existing_file(
CARDANO_PAYMENT_SIGNING_KEY_FILE,
Some("payment.skey"),
"payment.skey",
),
])
}

fn new_d_parameter() -> DParameter {
DParameter::new(4, 7)
}
Expand Down

0 comments on commit b4f3dab

Please sign in to comment.