Complete merging of network addition branch

This commit is contained in:
Age Manning
2019-06-23 12:34:00 +10:00
parent c7e17c8641
commit 6ee2b4df34
11 changed files with 12 additions and 22 deletions

View File

@@ -62,7 +62,6 @@ pub fn start_server<T: BeaconChainTypes + Clone + 'static>(
let instance = AttestationServiceInstance {
network_chan,
chain: beacon_chain.clone(),
network_chan,
log: log.clone(),
};
create_attestation_service(instance)