You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it should be checked_div(), not checked_mul, right?
The text was updated successfully, but these errors were encountered:
kuchaguangjie
changed the title
There are so many bugs in the code, is that on purpose so that make the developer really understand the code by fixing it ?
There are so many bugs in the code, is that on purpose so that the developers get a chance to really understand it by fixing the code ?
Mar 9, 2025
For example, this line:
program-examples/tokens/token-swap/anchor/programs/token-swap/src/instructions/deposit_liquidity.rs
Line 41 in 16068f8
it should be
checked_div()
, notchecked_mul
, right?The text was updated successfully, but these errors were encountered: