mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rename param (#11287)
This commit is contained in:
@ -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>>>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user