Localize scan_substrate as substrate::scan_task

This commit is contained in:
Luke Parker
2023-10-13 22:31:26 -04:00
parent 4143fe9f47
commit 67951c4971
3 changed files with 93 additions and 90 deletions

View File

@@ -163,7 +163,7 @@ pub(crate) async fn handle_new_blocks<
}
}
pub(crate) async fn scan_tributaries<
pub(crate) async fn scan_tributaries_task<
D: Db,
Pro: Processors,
P: P2p,