mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-16 06:03:06 -04:00

The calculation overflow fix in #1068 did not account for XMR < 1 which resulted in truncation when dividing by the PICO_OFFSET. This commit uses `Decimal` to do the calculation at fixed precision and adds a number of test values to verify the calculation. Closes #1084