mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Remove generic E from RequestId (#6462)
* remove Ethspec from types where it's possible to do so * remove generic E from RequestType
This commit is contained in:
@@ -327,6 +327,7 @@ 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