File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1071,7 +1071,6 @@ pub mod pallet {
10711071 /// ==================
10721072 /// ==== Coinbase ====
10731073 /// ==================
1074-
10751074 /// --- ITEM ( global_block_emission )
10761075 #[ pallet:: storage]
10771076 pub type BlockEmission < T > = StorageValue < _ , u64 , ValueQuery , DefaultBlockEmission < T > > ;
@@ -1101,10 +1100,8 @@ pub mod pallet {
11011100 ///
11021101 /// Eventually, Bittensor should migrate to using Holds afterwhich time we will not require this
11031102 /// separate accounting.
1104-
11051103 #[ pallet:: storage]
11061104 /// --- ITEM ( maximum_number_of_networks )
1107-
11081105 pub type SubnetLimit < T > = StorageValue < _ , u16 , ValueQuery , DefaultSubnetLimit < T > > ;
11091106
11101107 #[ pallet:: storage]
You can’t perform that action at this time.
0 commit comments