Fix release tests
This commit is contained in:
parent
481718856c
commit
43bf908e7a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user