diff --git a/frame/dex-router/src/lib.rs b/frame/dex-router/src/lib.rs index c9de850e79b..3009f226803 100644 --- a/frame/dex-router/src/lib.rs +++ b/frame/dex-router/src/lib.rs @@ -230,6 +230,7 @@ pub mod pallet { .map(|DexRoute::Direct(route)| route.into_inner()) } + // TODO: expected minimum value can be provided from input parameter. fn exchange( who: &T::AccountId, asset_pair: CurrencyPair,