Skip to content

Commit

Permalink
refactor: improve function name
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Dec 19, 2024
1 parent bc8f821 commit 3b3774a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pop-parachains/src/up/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl Zombienet {
// Parse network config
let network_config = NetworkConfiguration::from(network_config)?;
// Determine relay and parachain requirements based on arguments and config
let relay_chain = Self::_relay_chain(
let relay_chain = Self::init_relay_chain(
relay_chain_version,
relay_chain_runtime_version,
&network_config,
Expand Down Expand Up @@ -220,7 +220,7 @@ impl Zombienet {
/// will use the latest available version).
/// * `network_config` - The network configuration to be used to launch a network.
/// * `cache` - The location used for caching binaries.
async fn _relay_chain(
async fn init_relay_chain(
version: Option<&str>,
runtime_version: Option<&str>,
network_config: &NetworkConfiguration,
Expand Down

0 comments on commit 3b3774a

Please sign in to comment.