Add gossip-test branch

This commit is contained in:
Age Manning
2019-03-28 14:31:35 +11:00
21 changed files with 350 additions and 118 deletions

View File

@@ -43,6 +43,7 @@ pub fn start_server(
let beacon_block_service = {
let instance = BeaconBlockServiceInstance {
chain: beacon_chain.clone(),
network_chan,
log: log.clone(),
};