Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Roznovjak <[email protected]>
  • Loading branch information
dmoka and Roznovjak authored Jan 6, 2025
1 parent c3c0931 commit 5a836ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/stableswap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub mod pallet {
fee: Balance,
},
/// Sell trade executed. Trade fee paid in asset leaving the pool (already subtracted from amount_out).
/// Deprecated. Replaced bypallet_support::Swapped
/// Deprecated. Replaced by pallet_support::Swapped
//TODO: remove once we migrated completely to pallet_amm::Event::Swapped
SellExecuted {
who: T::AccountId,
Expand Down

0 comments on commit 5a836ac

Please sign in to comment.