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 c309c07 commit 4bde25bCopy full SHA for 4bde25b
beacon_node/network/src/sync/block_lookups/common.rs
@@ -180,7 +180,7 @@ impl<T: BeaconChainTypes> RequestState<T> for BlockRequestState<T::EthSpec> {
180
}
181
182
183
-impl<T: BeaconChainTypes> RequestState<T> for BlobRequestState {
+impl<T: BeaconChainTypes> RequestState<T> for BlobRequestState<T::EthSpec> {
184
type RequestType = BlobsByRootSingleBlockRequest;
185
type VerifiedResponseType = FixedBlobSidecarList<T::EthSpec>;
186
0 commit comments