File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pallets/subtensor/src/staking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ impl<T: Config> Pallet<T> {
59
59
}
60
60
}
61
61
62
- /// Computes the smoothing factor α for the exponential moving average (EMA)
62
+ /// Computes the smoothing factor α for the exponential moving average (EMA)
63
63
/// based on current pool liquidity.
64
64
///
65
65
/// This function implements a custom curve:
@@ -113,7 +113,7 @@ impl<T: Config> Pallet<T> {
113
113
U96F32 :: saturating_from_num ( alpha)
114
114
}
115
115
116
- /// Updates the stored “moving” alpha price for a subnet using a dynamic EMA.
116
+ /// Updates the stored “moving” alpha price for a subnet using a dynamic EMA.
117
117
///
118
118
/// Steps performed:
119
119
/// 1. Load raw TAO and α reserves (`SubnetTAO`, `SubnetAlphaIn`) and down-scale by 1e9 (to TAO units)
You can’t perform that action at this time.
0 commit comments