hivewallet / hive-mac

Hive Bitcoin wallet for the Mac (UNMAINTAINED)
https://mac.hivewallet.com
GNU General Public License v2.0
286 stars 55 forks source link

Entering price in dollars doesn't set the price in bits #462

Closed mikehearn closed 9 years ago

mikehearn commented 9 years ago

In the send window, for some reason whilst it converts bits -> USD, the same isn't true the other way around. It just sits on 0 bits the whole time.

mackuba commented 9 years ago

Hm, I got a report once about this happening with pounds, but I couldn't reproduce it then.

I've tried now on my Yosemite machine and it looks like it's happening here. I'll take a look at this tomorrow.

mackuba commented 9 years ago

Huh, looks like a bug in NSDecimalNumber on Yosemite...

screen shot 2015-01-10 at 01 56 39

The exact same thing returns correct result (123456789) on Mavericks.