mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Fix BlobsByRange by reverting PR6462 (#6526)
* Revert "Remove generic E from RequestId (#6462)"
This reverts commit 772929fae2.
This commit is contained in:
@@ -327,7 +327,6 @@ fn test_blobs_by_range_chunked_rpc() {
|
||||
let rpc_request = RequestType::BlobsByRange(BlobsByRangeRequest {
|
||||
start_slot: 0,
|
||||
count: slot_count,
|
||||
max_blobs_per_block: E::max_blobs_per_block(),
|
||||
});
|
||||
|
||||
// BlocksByRange Response
|
||||
|
||||
Reference in New Issue
Block a user