Skip to content

Commit a2fe2fa

Browse files
ppolewiczl0r1s
andauthored
Apply code review suggestion
Co-authored-by: Loris Moulin <45130584+l0r1s@users.noreply.github.com>
1 parent 6e871e1 commit a2fe2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,8 +2306,8 @@ pub mod pallet {
23062306
pub type NetworkRegistrationStartBlock<T> =
23072307
StorageValue<_, u64, ValueQuery, DefaultNetworkRegistrationStartBlock<T>>;
23082308

2309-
#[pallet::storage]
23102309
/// --- MAP ( netuid ) --> minimum required number of non-immortal & non-immune UIDs
2310+
#[pallet::storage]
23112311
pub type MinNonImmuneUids<T: Config> =
23122312
StorageMap<_, Identity, NetUid, u16, ValueQuery, DefaultMinNonImmuneUids<T>>;
23132313

0 commit comments

Comments
 (0)