Use bulk duties request in validator client

This commit is contained in:
Paul Hauner
2019-11-22 15:44:02 +11:00
parent 1055fd6752
commit 39aaa15378
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
use crate::response_builder::ResponseBuilder;
use crate::ApiResult;
use beacon_chain::{BeaconChain, BeaconChainTypes};
use hyper::{Body, Request};
use std::sync::Arc;
use version;
/// Read the version string from the current Lighthouse build.