Companion for paritytech/substrate#13551 (#2278)

* Companion for paritytech/substrate#13551

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

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
André Silva
2023-03-07 11:57:49 +00:00
committed by GitHub
parent 723d409264
commit 4831e96de8
7 changed files with 269 additions and 276 deletions
@@ -456,7 +456,7 @@ where
block_import_params.fork_choice = Some(ForkChoiceStrategy::Custom(true));
block_import_params.import_existing = true;
if let Err(err) = (&*parachain).import_block(block_import_params, Default::default()).await {
if let Err(err) = (&*parachain).import_block(block_import_params).await {
tracing::warn!(
target: LOG_TARGET,
block_hash = ?hash,