Skip to content

Commit 0d20441

Browse files
committed
fix doc
1 parent 0ee6da1 commit 0d20441

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)