mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Add getBlobsV3 to LIGHTHOUSE_CAPABILITIES (#9330)
Forgot to add `ENGINE_GET_BLOBS_V3` to `LIGHTHOUSE_CAPABILITIES`. Add `ENGINE_GET_BLOBS_V3` to `LIGHTHOUSE_CAPABILITIES`. Co-Authored-By: Daniel Knopik <daniel@dknopik.de>
This commit is contained in:
@@ -94,6 +94,7 @@ pub static LIGHTHOUSE_CAPABILITIES: &[&str] = &[
|
|||||||
ENGINE_GET_CLIENT_VERSION_V1,
|
ENGINE_GET_CLIENT_VERSION_V1,
|
||||||
ENGINE_GET_BLOBS_V1,
|
ENGINE_GET_BLOBS_V1,
|
||||||
ENGINE_GET_BLOBS_V2,
|
ENGINE_GET_BLOBS_V2,
|
||||||
|
ENGINE_GET_BLOBS_V3,
|
||||||
];
|
];
|
||||||
|
|
||||||
/// We opt to initialize the JsonClientVersionV1 rather than the ClientVersionV1
|
/// We opt to initialize the JsonClientVersionV1 rather than the ClientVersionV1
|
||||||
|
|||||||
Reference in New Issue
Block a user