mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
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:
@@ -33,7 +33,7 @@ async fn main() {
|
||||
},
|
||||
};
|
||||
|
||||
bin::main_loop::<_, KeyGenParams, _>(
|
||||
bin::main_loop::<(), _, KeyGenParams, _>(
|
||||
db,
|
||||
feed.clone(),
|
||||
Scheduler::new(Planner(feed.clone())),
|
||||
|
||||
Reference in New Issue
Block a user