clams-tech / Remote

Remote control your Core Lightning node
https://remote.clams.tech
GNU General Public License v3.0
41 stars 7 forks source link

Fix: BTC Exponential Values #49

Closed lnbc1QWFyb24 closed 1 year ago

lnbc1QWFyb24 commented 1 year ago

For really low Bitcoin values eg 0.00000023 the Big number toString value was rendering them in exponential format (2.3e-7). This PR updates the settings for Big.js so that it will render them correctly. Also included is a width change in the PaymentRow component so that there is enough width to display the correct values.