Skip to content

Commit 03b4049

Browse files
committed
Fix errors
1 parent b0ac85e commit 03b4049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/network/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pub struct NetworkService<T: BeaconChainTypes> {
158158
/// A reference to the underlying beacon chain.
159159
beacon_chain: Arc<BeaconChain<T>>,
160160
/// The underlying libp2p service that drives all the network interactions.
161-
libp2p: Network<RequestId, T::EthSpec>,
161+
libp2p: Network<T::EthSpec>,
162162
/// An attestation and sync committee subnet manager service.
163163
subnet_service: SubnetService<T>,
164164
/// The receiver channel for lighthouse to communicate with the network service.

0 commit comments

Comments
 (0)