Skip to content

Commit

Permalink
Update state-chain/pallets/cf-pools/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlastairHolmes authored Sep 14, 2023
1 parent 79dfba4 commit 8cfd404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/pallets/cf-pools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pub mod pallet {
pub type AssetAmounts = AssetsMap<AssetAmount>;

/// Represents an amount of liquidity, either as an exact amount, or through maximum and minimum
/// amounts of both assets. Internally those max/min into exact liquidity amounts, that is if
/// amounts of both assets. Internally those max/min are converted into exact liquidity amounts, that is if
/// the appropiate asset ratio can be achieved while maintaining the max/min bounds.
#[derive(
Copy,
Expand Down

0 comments on commit 8cfd404

Please sign in to comment.