* Companion for https://github.com/paritytech/substrate/pull/12147

* update lockfile for {"substrate", "polkadot"}

* Fix tests

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2022-09-02 19:33:17 +02:00
committed by GitHub
parent c047b3f5b4
commit e0f97c7cbe
6 changed files with 258 additions and 253 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ impl CliConfiguration<Self> for RelayChainCli {
fn base_path(&self) -> Result<Option<BasePath>> {
Ok(self
.shared_params()
.base_path()
.base_path()?
.or_else(|| self.base_path.clone().map(Into::into)))
}