mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Correct status fork digest (#1016)
* Correct status fork digest * Correct port issues with tests
This commit is contained in:
@@ -41,10 +41,3 @@ pub fn syncing<T: EthSpec>(
|
||||
sync_status,
|
||||
})
|
||||
}
|
||||
|
||||
pub fn lighthouse_syncing<T: EthSpec>(
|
||||
req: Request<Body>,
|
||||
network: Arc<NetworkGlobals<T>>,
|
||||
) -> ApiResult {
|
||||
ResponseBuilder::new(&req)?.body_no_ssz(&network.sync_state())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user