mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
37331cde31
In the Offer Book Chart, altcoins were displayed with prices having only 3 decimal places of precision. This resulted in not being able to see any meaningful prices across the x-axis because they were all the same, e.g. ETH=0.025 Instead it should show 8 digits of precision for altcoins. So for example ETH=0.02456914 Change the rule from if price begins 0.000 then display higher precision, to if price begins 0.0 then display higher precision. Fixes #4251 |
||
---|---|---|
.. | ||
package | ||
src |