Skip to content

Commit

Permalink
Update pallets/subtensor/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Fairchild <[email protected]>
  • Loading branch information
orriin and camfairchild authored Jul 1, 2024
1 parent 5a5ecc2 commit c89c1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ pub mod pallet {
#[pallet::storage] // --- MAP ( netuid ) --> subnet_locked
pub type SubnetLocked<T: Config> =
StorageMap<_, Identity, u16, u64, ValueQuery, DefaultSubnetLocked<T>>;
/// The total amount of locked tokens in subnets.
/// The total amount of locked tokens in subnets for subnet registration.
#[pallet::storage]
pub type TotalSubnetLocked<T: Config> = StorageValue<_, u64, ValueQuery>;

Expand Down

0 comments on commit c89c1bb

Please sign in to comment.