Skip to content

Commit 680b5bc

Browse files
committed
Set DefaultMinimumPoolLiquidity
1 parent bbc542d commit 680b5bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,7 @@ pub mod pallet {
736736
#[pallet::type_value]
737737
/// Default value for minimum liquidity in pool
738738
pub fn DefaultMinimumPoolLiquidity<T: Config>() -> I96F32 {
739-
// I96F32::saturating_from_num(1_000_000)
740-
I96F32::saturating_from_num(0)
739+
I96F32::saturating_from_num(1_000_000)
741740
}
742741

743742
#[pallet::storage]

0 commit comments

Comments
 (0)