reddcoin-project / reddcoin-3.10

Reddcoin: the digital social currency
http://www.reddcoin.com
MIT License
287 stars 114 forks source link

Rounding errors due to double float precision in RPC calls #47

Closed maflcko closed 1 year ago

maflcko commented 10 years ago

I don't have enough rdd to test but I assume there is a rounding error for some amounts larger than 60*10^6 rdd.

Assumed steps to reproduce:

Expected result: Send 67108864.02886402 to the given address. Actual result: Sent 67108864.02886403 (off by one reddtoshi) to the given address.