bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.
https://developers.coinbase.com/api/v2
MIT License
170 stars 92 forks source link

Fixes #59 #60

Closed astrohart closed 5 years ago

astrohart commented 5 years ago

Made the Amount type in the Money class to be a double instead of a decimal, for more floating-point precision on cryptocurrency amounts.

bchavez commented 5 years ago

https://github.com/bchavez/Coinbase/issues/59#issuecomment-522332948