diff --git a/pallets/subtensor/src/lib.rs b/pallets/subtensor/src/lib.rs index f7824e2a3..349b678da 100644 --- a/pallets/subtensor/src/lib.rs +++ b/pallets/subtensor/src/lib.rs @@ -1006,7 +1006,7 @@ pub mod pallet { pub type AlphaValues = StorageMap<_, Identity, u16, (u16, u16), ValueQuery, DefaultAlphaValues>; - #[pallet::storage] // --- MAP (netuid, who) --> (hash, weight) | Returns the hash and weight committed by an account for a given netuid. + #[pallet::storage] // --- MAP (netuid, who) --> (hash, block height) | Returns the hash and block height committed by an account for a given netuid. pub type WeightCommits = StorageDoubleMap< _, Twox64Concat,