Correct status fork digest (#1016)

* Correct status fork digest

* Correct port issues with tests
This commit is contained in:
Age Manning
2020-04-18 11:45:52 +10:00
committed by GitHub
parent 62d7a71fd9
commit f9e8dad1fb
5 changed files with 16 additions and 25 deletions

View File

@@ -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())
}