Skip to content

Commit

Permalink
update blobs by range protocol name (#4229)
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean authored Apr 24, 2023
1 parent 7a36d00 commit cbe2e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/rpc/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub enum Protocol {
#[strum(serialize = "beacon_blocks_by_root")]
BlocksByRoot,
/// The `BlobsByRange` protocol name.
#[strum(serialize = "blobs_sidecars_by_range")]
#[strum(serialize = "blob_sidecars_by_range")]
BlobsByRange,
/// The `BlobsByRoot` protocol name.
#[strum(serialize = "blob_sidecars_by_root")]
Expand Down

0 comments on commit cbe2e47

Please sign in to comment.