mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
More progress
This commit is contained in:
@@ -117,7 +117,7 @@ pub async fn build_libp2p_instance(
|
||||
libp2p_registry: None,
|
||||
};
|
||||
Libp2pInstance(
|
||||
LibP2PService::new(executor, libp2p_context)
|
||||
LibP2PService::new(executor, libp2p_context, None)
|
||||
.await
|
||||
.expect("should build libp2p instance")
|
||||
.0,
|
||||
|
||||
Reference in New Issue
Block a user