Skip to content

Commit

Permalink
Clarify error docstring (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann authored Aug 25, 2022
1 parent 5b6944e commit 68cd162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zrml/swaps/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ mod pallet {
BelowMinimumWeight,
/// Some funds could not be transferred due to a too low balance.
InsufficientBalance,
/// Liquidity provided to new Balancer pool is less than `MinLiquidity`.
/// Liquidity provided to new CPMM pool is less than `MinLiquidity`.
InsufficientLiquidity,
/// The market was not started since the subsidy goal was not reached.
InsufficientSubsidy,
Expand Down

0 comments on commit 68cd162

Please sign in to comment.