mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
Remove beta tag from gossipsub 1.2 (#6344)
* Remove the beta tag from gossipsub v1.2 * fix clippy * Merge branch 'unstable' into remove-beta-tag
This commit is contained in:
@@ -2716,7 +2716,7 @@ where
|
||||
};
|
||||
|
||||
// Only gossipsub 1.2 peers support IDONTWANT.
|
||||
if peer.kind != PeerKind::Gossipsubv1_2_beta {
|
||||
if peer.kind != PeerKind::Gossipsubv1_2 {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user