Route the DB w.r.t. forwarded outputs' information

This commit is contained in:
Luke Parker
2024-08-30 00:20:34 -04:00
parent d429a0bae6
commit 5999f5d65a
2 changed files with 23 additions and 25 deletions

View File

@@ -116,6 +116,7 @@ impl<D: Db, S: ScannerFeed, Sch: Scheduler<S>> EventualityTask<D, S, Sch> {
Self { db, feed, scheduler }
}
#[allow(clippy::type_complexity)]
fn keys_and_keys_with_stages(
&self,
block_number: u64,