Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Dec 20, 2024
1 parent c5aad48 commit ca1c1cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ impl EcosystemCreateArgs {
wallet_path: chain.wallet_path.clone(),
chain_args: chain,
start_containers,
update_submodules: self.update_submodules,
})
}
}
Expand All @@ -85,6 +86,7 @@ pub struct EcosystemCreateArgsFinal {
pub wallet_path: Option<PathBuf>,
pub chain_args: ChainCreateArgsFinal,
pub start_containers: bool,
pub update_submodules: Option<bool>,
}

impl EcosystemCreateArgsFinal {
Expand Down

0 comments on commit ca1c1cc

Please sign in to comment.