update blobs by range protocol name (#4229)

This commit is contained in:
realbigsean 2023-04-24 09:03:23 -04:00 committed by GitHub
parent 7a36d004e4
commit cbe2e47931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ pub enum Protocol {
#[strum(serialize = "beacon_blocks_by_root")] #[strum(serialize = "beacon_blocks_by_root")]
BlocksByRoot, BlocksByRoot,
/// The `BlobsByRange` protocol name. /// The `BlobsByRange` protocol name.
#[strum(serialize = "blobs_sidecars_by_range")] #[strum(serialize = "blob_sidecars_by_range")]
BlobsByRange, BlobsByRange,
/// The `BlobsByRoot` protocol name. /// The `BlobsByRoot` protocol name.
#[strum(serialize = "blob_sidecars_by_root")] #[strum(serialize = "blob_sidecars_by_root")]