From 43bf908e7ac94acb5cd3c795c4f103f55a177b1a Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Thu, 26 Jan 2023 22:46:02 +0100 Subject: [PATCH] Fix release tests --- beacon_node/lighthouse_network/src/rpc/protocol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/lighthouse_network/src/rpc/protocol.rs b/beacon_node/lighthouse_network/src/rpc/protocol.rs index 799e0d3da..c00e8914d 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,