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
Please, could you confirm me if this library supports bitcoin (8 decimal places)? It seems that it does not as you do aperations using integer variable.
If you need to track millions of bitcoin, then this library isn't a good solution for you (as you pointed out in moneyphp/money#79 (comment) - it won't work for large amounts of bitcoin). I originally wrote this library when I was tracking very small fractional amounts of bitcoin.
Hi:
Please, could you confirm me if this library supports bitcoin (8 decimal places)? It seems that it does not as you do aperations using integer variable.
I start using this one:
https://github.com/mathiasverraes/money
but It does not work with bitcoin (for big amounts) becuase internally it stores amount using integer.
More info:
moneyphp/money#79 (comment)
The text was updated successfully, but these errors were encountered: