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
I have notice the mutator on the transaction model display somewhat funky.
example i had the wallet set to 4 decimal precision, when access with `$model->amount_float`
i had `"0.0120000000000000000000000000000000000000000000000000000000000000"` as result
when i made changes above (on PR) it display correctly `"0.0120"`
0 commit comments