freicoin / freicoin-old

Bitcoin integration/staging tree
http://www.bitcoin.org
MIT License
26 stars 8 forks source link

GUI should only show available balance (fractional amount not necessary) #72

Closed maaku closed 11 years ago

maaku commented 11 years ago

The GUI currently shows the entire fractional balance, which is typically super-long and unreadable.

Since fractional amounts can't be spent anyway, the GUI should limit itself to showing just the available balance rounded down to the nearest integer satoshi.

maaku commented 11 years ago

Fixed.