Update Cargo.tomls for substrate packages

This commit is contained in:
Luke Parker
2022-10-21 03:17:02 -04:00
parent c0432e122c
commit 976948e9d9
5 changed files with 44 additions and 109 deletions

View File

@@ -42,7 +42,7 @@ pub fn import_queue(
Ok(import_queue::import_queue(
client.clone(),
client,
Arc::new(|_, _| async { Ok(()) }),
Arc::new(|_, _| async { Ok(sp_timestamp::InherentDataProvider::from_system_time()) }),
&task_manager.spawn_essential_handle(),
registry,
))