mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Parachain node should not recover blocks while syncing (#2462)
This commit is contained in:
@@ -433,6 +433,7 @@ where
|
||||
import_queue: import_queue_service,
|
||||
relay_chain_slot_duration: Duration::from_secs(6),
|
||||
recovery_handle,
|
||||
sync_service,
|
||||
};
|
||||
|
||||
start_collator(params).await?;
|
||||
@@ -446,6 +447,7 @@ where
|
||||
import_queue: import_queue_service,
|
||||
relay_chain_slot_duration: Duration::from_secs(6),
|
||||
recovery_handle,
|
||||
sync_service,
|
||||
};
|
||||
|
||||
start_full_node(params)?;
|
||||
|
||||
Reference in New Issue
Block a user