lighthouse/validator_client/src/block_producer_service/mod.rs
Paul Hauner 36ee4aa81f
Fix file naming inconsistencies.
File names should be the same as the struct that they contain.
2019-02-05 16:53:44 +11:00

6 lines
182 B
Rust

mod beacon_block_grpc_client;
mod block_producer_service;
pub use self::beacon_block_grpc_client::BeaconBlockGrpcClient;
pub use self::block_producer_service::BlockProducerService;