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
FPDecimal implemented Copy trait, parameter in associated functions in below are passed parameters by value. So values are copied, I think we are safe to pass parameters by reference, and copy when it is necessary.
FPDecimal
implementedCopy
trait, parameter in associated functions in below are passed parameters by value. So values are copied, I think we are safe to pass parameters by reference, and copy when it is necessary.cw-injective/packages/injective-math/src/fp_decimal/mod.rs
Lines 116 to 121 in cb5b322
cw-injective/packages/injective-math/src/fp_decimal/mod.rs
Lines 131 to 137 in cb5b322
The text was updated successfully, but these errors were encountered: