Complete merging of network addition branch

This commit is contained in:
Age Manning
2019-07-04 14:14:26 +10:00
parent c7e17c8641
commit 6ee2b4df34
11 changed files with 12 additions and 22 deletions
-1
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)