Skip to content

Commit 4bde25b

Browse files
committed
fix compile after merge
1 parent c309c07 commit 4bde25b

File tree

1 file changed

+1
-1
lines changed
  • beacon_node/network/src/sync/block_lookups

1 file changed

+1
-1
lines changed

beacon_node/network/src/sync/block_lookups/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<T: BeaconChainTypes> RequestState<T> for BlockRequestState<T::EthSpec> {
180180
}
181181
}
182182

183-
impl<T: BeaconChainTypes> RequestState<T> for BlobRequestState {
183+
impl<T: BeaconChainTypes> RequestState<T> for BlobRequestState<T::EthSpec> {
184184
type RequestType = BlobsByRootSingleBlockRequest;
185185
type VerifiedResponseType = FixedBlobSidecarList<T::EthSpec>;
186186

0 commit comments

Comments
 (0)