diff --git a/core/cap-0038.md b/core/cap-0038.md index ea68042bc..9b0d9f4d8 100644 --- a/core/cap-0038.md +++ b/core/cap-0038.md @@ -758,7 +758,7 @@ else if INT64_MAX - amountA < cp.reserveA || INT64_MAX - amountB < cp.reserveB || - INT64_MAX - amountPoolShares < cp.totalPolShares + INT64_MAX - amountPoolShares < cp.totalPoolShares Fail with LIQUIDITY_POOL_DEPOSIT_POOL_FULL tlA.balance -= amountA