bisq-network / bisq-website

@bisq-network website at https://bisq.network
36 stars 77 forks source link

Make markets decimal handling more consistent #141

Closed m52go closed 5 years ago

m52go commented 5 years ago

Looks like JavaScript displays numbers with 6 digits or fewer after the decimal differently from those with more than 6 digits after the decimal.

This fix makes all small numbers appear more consistently, so that exponential notation does not show.

Addresses #139.