chore: rename param (#11287)

This commit is contained in:
Matthias Seitz
2024-09-27 20:37:13 +02:00
committed by GitHub
parent 9863a17d2d
commit 6c92f8a26d

View File

@ -219,7 +219,7 @@ pub trait EngineApi<Engine: EngineTypes> {
#[method(name = "getBlobsV1")]
async fn get_blobs_v1(
&self,
transaction_ids: Vec<B256>,
versioned_hashes: Vec<B256>,
) -> RpcResult<Vec<Option<BlobAndProofV1>>>;
}