diff --git a/beacon_node/lighthouse_network/src/rpc/protocol.rs b/beacon_node/lighthouse_network/src/rpc/protocol.rs index 799e0d3daf..c00e8914df 100644 --- a/beacon_node/lighthouse_network/src/rpc/protocol.rs +++ b/beacon_node/lighthouse_network/src/rpc/protocol.rs @@ -411,7 +411,7 @@ impl ProtocolId { match self.version { Version::V2 => matches!( self.message_name, - Protocol::BlobsByRange | Protocol::BlobsByRoot + Protocol::BlocksByRange | Protocol::BlocksByRoot ), Version::V1 => matches!( self.message_name,