mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Initial build of server-side BeaconNodeService RPC
This commit is contained in:
@@ -61,7 +61,7 @@ impl<TClientType: ClientTypes> Client<TClientType> {
|
||||
|
||||
// spawn the RPC server
|
||||
if config.rpc_conf.enabled {
|
||||
rpc::start_server(&config.rpc_conf, &log);
|
||||
rpc::start_server(&config.rpc_conf, beacon_chain.clone(), &log);
|
||||
}
|
||||
|
||||
Ok(Client {
|
||||
|
||||
Reference in New Issue
Block a user