Skip to content

Commit

Permalink
Update trait docstring for place_order
Browse files Browse the repository at this point in the history
  • Loading branch information
thea-leake committed Aug 1, 2023
1 parent 880f439 commit 74ec895
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/traits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,7 @@ pub trait TokenSwaps<Account> {
/// `currency_in` currency when buying with `currency_out`. This
/// protects order placer if market changes unfavourably for swap order.
/// Returns the order id created with by this buy order if it could not
/// be inmediately and completelly fullfilled. If there was already an
/// active order with the same account currencies, the order is
/// increased/decreased and the same order id is returned.
/// be immediately and completely fulfilled.
fn place_order(
account: Account,
currency_out: Self::CurrencyId,
Expand Down

0 comments on commit 74ec895

Please sign in to comment.