mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Simplifications for ./crypto (#4677)
This commit is contained in:
@@ -292,7 +292,7 @@ fn test_blobs_by_range_chunked_rpc() {
|
||||
});
|
||||
|
||||
// BlocksByRange Response
|
||||
let blob = BlobSidecar::<E>::default();
|
||||
let blob = BlobSidecar::<E>::empty();
|
||||
|
||||
let rpc_response = Response::BlobsByRange(Some(Arc::new(blob)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user