Simplifications for ./crypto (#4677)

This commit is contained in:
Michael Sproul
2023-09-06 07:22:43 +10:00
committed by GitHub
parent 2550170337
commit 13606533b5
7 changed files with 30 additions and 67 deletions

View File

@@ -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)));