Skip to content

Commit

Permalink
🔄 Modernize minor variable specification
Browse files Browse the repository at this point in the history
  • Loading branch information
JFWooten4 authored Sep 9, 2024
1 parent 99df7ce commit dca70dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cap-0038.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dca70dd

Please sign in to comment.