mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Fix file naming inconsistencies.
File names should be the same as the struct that they contain.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
mod grpc;
|
||||
mod service;
|
||||
mod beacon_block_grpc_client;
|
||||
mod block_producer_service;
|
||||
|
||||
pub use self::grpc::BeaconBlockGrpcClient;
|
||||
pub use self::service::BlockProducerService;
|
||||
pub use self::beacon_block_grpc_client::BeaconBlockGrpcClient;
|
||||
pub use self::block_producer_service::BlockProducerService;
|
||||
|
||||
Reference in New Issue
Block a user