mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-01 15:01:11 +00:00
The problem was that the BigInt lib did not handle decimals at all. `divMod` only let the remainder be what is after the dot. So I created my own divde and multiply methods to move the dot depending on the number of decimals