We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee37f6d commit e252e90Copy full SHA for e252e90
pallets/subtensor/src/lib.rs
@@ -735,7 +735,7 @@ pub mod pallet {
735
#[pallet::type_value]
736
/// Default moving alpha for the moving price.
737
pub fn DefaultMovingAlpha<T: Config>() -> I96F32 {
738
- I96F32::saturating_from_num(0.0001)
+ I96F32::saturating_from_num(0.00001)
739
}
740
741
/// Default subnet moving price.
0 commit comments