mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Cleanup
This commit is contained in:
@@ -296,7 +296,7 @@ impl Service {
|
||||
}
|
||||
};
|
||||
|
||||
handle.spawn(update_future, "eth1_service");
|
||||
handle.spawn(update_future, "eth1");
|
||||
}
|
||||
|
||||
async fn do_update(service: Self, update_interval: Duration) -> Result<(), ()> {
|
||||
|
||||
Reference in New Issue
Block a user