freicoin / freicoin-old

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

GUI trys to create transaction for wrong amount #73

Closed maaku closed 11 years ago

maaku commented 11 years ago

If I try to create a transaction sending 50,000frc, it tries to create an output for 0.00000000+1/2000, which is obviously wrong.

This value is exactly 50,000 / COIN / COIN. So it looks like I'm dividing where I should be multiplying by COIN somewhere...

maaku commented 11 years ago

Fixed.