mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +00:00
Fix lint
This commit is contained in:
@@ -273,7 +273,7 @@ impl BlockId {
|
|||||||
indices: BlobIndicesQuery,
|
indices: BlobIndicesQuery,
|
||||||
chain: &BeaconChain<T>,
|
chain: &BeaconChain<T>,
|
||||||
) -> Result<BlobSidecarList<T::EthSpec>, warp::Rejection> {
|
) -> Result<BlobSidecarList<T::EthSpec>, warp::Rejection> {
|
||||||
let blob_sidecar_list = self.blob_sidecar_list(&chain).await?;
|
let blob_sidecar_list = self.blob_sidecar_list(chain).await?;
|
||||||
let blob_sidecar_list_filtered = match indices.indices {
|
let blob_sidecar_list_filtered = match indices.indices {
|
||||||
Some(vec) => {
|
Some(vec) => {
|
||||||
let list = blob_sidecar_list
|
let list = blob_sidecar_list
|
||||||
|
|||||||
Reference in New Issue
Block a user