Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Frank <[email protected]>
  • Loading branch information
nazar-pc and jfrank-summit committed Jan 5, 2024
1 parent d0ccb31 commit fae3dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pallet-subspace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ pub mod pallet {
#[pallet::storage]
pub(super) type EnableRewards<T: Config> = StorageValue<_, BlockNumberFor<T>>;

/// Enable rewards when solution range is blow this threshold.
/// Enable rewards when solution range is below this threshold.
#[pallet::storage]
pub(super) type EnableRewardsBelowSolutionRange<T: Config> = StorageValue<_, u64>;

Expand Down

0 comments on commit fae3dfc

Please sign in to comment.