Skip to content

Commit d03bea9

Browse files
committed
remove subnets
1 parent 7a1b1b9 commit d03bea9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,8 @@ pub mod pallet {
101101
Subnet,
102102
/// Enum for metagraph precompile
103103
Metagraph,
104-
/// Enum for subnets precompile
105-
Subnets,
106-
/// Enum for neurons precompile
107-
Neurons,
104+
/// Enum for neuron precompile
105+
Neuron,
108106
}
109107

110108
#[pallet::type_value]

0 commit comments

Comments
 (0)