Skip to content

Commit

Permalink
chore: rename param
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 27, 2024
1 parent 098018d commit f27c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-api/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>>;
}

Expand Down

0 comments on commit f27c8b2

Please sign in to comment.