Skip to content

Commit

Permalink
Add TODO comment for minimum expected value as input parameter to `ex…
Browse files Browse the repository at this point in the history
…change()`.
  • Loading branch information
vivekvpandya committed Feb 1, 2022
1 parent e1072c1 commit d6d0d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/dex-router/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T::AssetId>,
Expand Down

0 comments on commit d6d0d3b

Please sign in to comment.