Skip to content

Commit

Permalink
remove extra derive
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Sep 27, 2024
1 parent c2f53f1 commit 3e83907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/subtensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ pub mod pallet {
/// Struct for SubnetIdentities.
pub type SubnetIdentityOf = SubnetIdentity;
/// Data structure for Subnet Identities
#[crate::freeze_struct("4201ebd04ab73869")]
#[derive(Encode, Decode, Default, TypeInfo, Clone, PartialEq, Eq, Debug, TypeInfo)]
#[crate::freeze_struct("f448dc3dad763108")]
#[derive(Encode, Decode, Default, TypeInfo, Clone, PartialEq, Eq, Debug)]
pub struct SubnetIdentity {
/// The name of the subnet
pub subnet_name: Vec<u8>,
Expand Down

0 comments on commit 3e83907

Please sign in to comment.