Propogate valid attestations accross the network

This commit is contained in:
Age Manning
2019-04-03 11:20:13 +11:00
parent aa58e9e47c
commit c7bd02caaf
2 changed files with 4 additions and 4 deletions

View File

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