We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ac85e commit 03b4049Copy full SHA for 03b4049
beacon_node/network/src/service.rs
@@ -158,7 +158,7 @@ pub struct NetworkService<T: BeaconChainTypes> {
158
/// A reference to the underlying beacon chain.
159
beacon_chain: Arc<BeaconChain<T>>,
160
/// The underlying libp2p service that drives all the network interactions.
161
- libp2p: Network<RequestId, T::EthSpec>,
+ libp2p: Network<T::EthSpec>,
162
/// An attestation and sync committee subnet manager service.
163
subnet_service: SubnetService<T>,
164
/// The receiver channel for lighthouse to communicate with the network service.
0 commit comments