Skip to content

Commit

Permalink
fix compile after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Apr 30, 2024
1 parent c309c07 commit 4bde25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/network/src/sync/block_lookups/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl<T: BeaconChainTypes> RequestState<T> for BlockRequestState<T::EthSpec> {
}
}

impl<T: BeaconChainTypes> RequestState<T> for BlobRequestState {
impl<T: BeaconChainTypes> RequestState<T> for BlobRequestState<T::EthSpec> {
type RequestType = BlobsByRootSingleBlockRequest;
type VerifiedResponseType = FixedBlobSidecarList<T::EthSpec>;

Expand Down

0 comments on commit 4bde25b

Please sign in to comment.