mycelium-com / wallet-android

Mycelium Bitcoin Wallet for Android
http://mycelium.com
Other
667 stars 323 forks source link

Add SAT as an additional Denomination #520

Closed frennkie closed 4 years ago

frennkie commented 5 years ago

It would be useful to also provide Satoshi as a selectable Denomination. Currently only these options are available:

    UNIT(0, "", ""),
    MILLI(3, "m", "m"),
    MICRO(6, "u", "\u00B5"),
    BITS(6, "bits", "bits");
Giszmo commented 4 years ago

The minumum amount that can be sent on-chain is hundreds of sats and so are the fees. We will add sats once we have lightning integrated.