mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Fix release tests
This commit is contained in:
@@ -411,7 +411,7 @@ impl ProtocolId {
|
|||||||
match self.version {
|
match self.version {
|
||||||
Version::V2 => matches!(
|
Version::V2 => matches!(
|
||||||
self.message_name,
|
self.message_name,
|
||||||
Protocol::BlobsByRange | Protocol::BlobsByRoot
|
Protocol::BlocksByRange | Protocol::BlocksByRoot
|
||||||
),
|
),
|
||||||
Version::V1 => matches!(
|
Version::V1 => matches!(
|
||||||
self.message_name,
|
self.message_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user