Skip to content

Commit e252e90

Browse files
author
unconst
committed
price
1 parent ee37f6d commit e252e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ pub mod pallet {
735735
#[pallet::type_value]
736736
/// Default moving alpha for the moving price.
737737
pub fn DefaultMovingAlpha<T: Config>() -> I96F32 {
738-
I96F32::saturating_from_num(0.0001)
738+
I96F32::saturating_from_num(0.00001)
739739
}
740740
#[pallet::type_value]
741741
/// Default subnet moving price.

0 commit comments

Comments
 (0)