Skip to content

Commit

Permalink
refactor: add markdown for the link in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sw10pa committed Feb 11, 2025
1 parent 9e7bd0d commit fa798c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions polkadot/node/network/protocol/src/peer_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ impl From<ProtocolVersion> for u32 {
}

/// Supported validation protocol versions. Only versions defined here must be used in the codebase.
/// The first and second versions are no longer used and can be removed once the changes in PR:
/// https://github.com/paritytech/polkadot-sdk/pull/7449 are released. They could not be removed
/// The first and second versions are no longer used and can be removed once the changes in [this PR](https://github.com/paritytech/polkadot-sdk/pull/7449) are released. They could not be removed
/// in that PR because CI tests running on stable releases were still using these versions.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, EnumIter)]
pub enum ValidationVersion {
Expand Down

0 comments on commit fa798c8

Please sign in to comment.