Skip to content

Commit

Permalink
Update pallets/subtensor/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild authored Jul 16, 2024
1 parent fd27e9d commit 0fbcc18
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 @@ -332,7 +332,7 @@ pub mod pallet {
/// - The total amount of tokens locked up for subnet reg, tracked in [`TotalSubnetLocked`]
///
/// Eventually, Bittensor should migrate to using Holds afterwhich time we will not require this
/// seperate accounting.
/// separate accounting.
#[pallet::storage] // --- ITEM ( total_issuance )
pub type TotalIssuance<T> = StorageValue<_, u64, ValueQuery, DefaultTotalIssuance<T>>;
#[pallet::storage] // --- ITEM (target_stakes_per_interval)
Expand Down

0 comments on commit 0fbcc18

Please sign in to comment.