Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed Aug 15, 2024
1 parent f33d701 commit fa8da4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pallets/subtensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ pub mod pallet {
pub ip_type: u8,
}

/// Struct for Prometheus.
/// Struct for ChainIdentities.
pub type ChainIdentityOf = ChainIdentity;
/// Data structure for Prometheus information.
/// Data structure for Chain Identities.
#[derive(Encode, Decode, Default, TypeInfo, Clone, PartialEq, Eq, Debug)]
pub struct ChainIdentity {
/// The name of the chain identity
Expand All @@ -152,9 +152,9 @@ pub mod pallet {
pub additional: Vec<u8>,
}

/// Struct for Prometheus.
/// Struct for SubnetIdentities.
pub type SubnetIdentityOf = SubnetIdentity;
/// Data structure for Prometheus information.
/// Data structure for Subnet Identities
#[derive(Encode, Decode, Default, TypeInfo, Clone, PartialEq, Eq, Debug)]
pub struct SubnetIdentity {
/// The name of the subnet
Expand Down

0 comments on commit fa8da4c

Please sign in to comment.