We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146c28d commit 5018a48Copy full SHA for 5018a48
crates/starknet_integration_tests/src/utils.rs
@@ -49,8 +49,6 @@ pub fn create_chain_info() -> ChainInfo {
49
}
50
51
// TODO(Tsabary/Shahak/Yair/AlonH): this function needs a proper cleaning.
52
-// TODO(yair, Tsabary): Create config presets for tests, then remove all the functions that modify
53
-// the config.
54
#[allow(clippy::too_many_arguments)]
55
pub async fn create_node_config(
56
available_ports: &mut AvailablePorts,
0 commit comments