cryptoadvance / cryptoadvance/specter-desktop

Don't truncate amounts when displayed in BTC

Open
#2,272 4 comments 0 reactions 0 assignees View on GitHub
UIUX
Dominant language
Python
Stars
847
Forks
259
Avg merge
6d 18h
Merged PRs (30d)
2

Description

**Describe the "bug"**
Currently the amounts shown in the transactions and utxos lists don't show trailing zeroes.
It'd be nicer and easier to read if they were not truncated:

Now:
```
0.1234567 ($....)
0.12345678 ($....)
0.123456 ($....)
```
Better:
```
0.12345670 ($....)
0.12345678 ($....)
0.12345600 ($....)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.