thebotguys / golang-bittrex-api

This repository is a golang porting of v2.0 Bittrex API
Apache License 2.0
109 stars 12 forks source link

Changing float64 to decimal.Decimal #31

Closed saniales closed 6 years ago

saniales commented 6 years ago

This change is required due to the fact that bittrex tends to floor values which are too small this problem is solved by using decimal type.