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.
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.