Skip to content

Commit

Permalink
Update polkadot/xcm/xcm-executor/src/traits/asset_exchange.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Catangiu <adrian@parity.io>
  • Loading branch information
franciscoaguirre and acatangiu authored Aug 1, 2024
1 parent c3f2afb commit c5edffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polkadot/xcm/xcm-executor/src/traits/asset_exchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ pub trait AssetExchange {
/// exchange will be successful.
///
/// Arguments:
/// - `give` The asset that is going to be given.
/// - `want` The asset that is wanted.
/// - `give` The asset(s) that are going to be given.
/// - `want` The asset(s) that are wanted.
/// - `maximal`:
/// - If `true`, then the return value is the resulting amount of `want` obtained by swapping
/// `give`.
Expand Down

0 comments on commit c5edffd

Please sign in to comment.