Add hooks to the main loop

Lets the Ethereum processor track the first key set as soon as it's set.
This commit is contained in:
Luke Parker
2024-09-19 01:31:52 -04:00
parent a691be21c8
commit 1367e41510
9 changed files with 67 additions and 23 deletions

View File

@@ -33,7 +33,7 @@ async fn main() {
},
};
bin::main_loop::<_, KeyGenParams, _>(
bin::main_loop::<(), _, KeyGenParams, _>(
db,
feed.clone(),
Scheduler::new(Planner(feed.clone())),