CodeReclaimers / btce-api

Python wrapper around the public and trading APIs of BTC-e.com
MIT License
191 stars 123 forks source link

Small bug in Common.py #4

Closed g4nd41ph closed 11 years ago

g4nd41ph commented 11 years ago

Hey there, I noticed that sometimes an automated trader I built was bombing out when trying to make trades involving the btc_eur pair with a message about not being able to use a "none type" (I suppose that's Python's version of a null reference exception). In any case, I traced it to the fact that there is no minimum trade or max digits value set for that pair in Common.py. After adding appropriate values for these, I didn't see the error again. Please merge this change into the master if you feel it appropriate.

alanmcintyre commented 11 years ago

Thanks for letting me know! I just checked in a fix for it; please let me know if you run into any more issues.