janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.48k stars 1.11k forks source link

Display numbers in a sat compatible standard. #500

Closed Transisto closed 1 year ago

Transisto commented 1 year ago

The idea is to make it easy for people to read the amounts from the right side.

Currently on RPC-Explorer 0.000123 can be confused with 0.0000123

0.0001230 format would solve this.

I've noticed that decimals are being trimmed. image