Add untested block processing from GRPC

This commit is contained in:
Paul Hauner
2019-03-26 15:26:05 +11:00
parent 3756d8d681
commit 0768d24ffc
3 changed files with 94 additions and 27 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(),
};