This commit is contained in:
Suraj Jadhav 2018-03-19 03:36:39 +00:00 committed by GitHub
commit 368c2804c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ class Bittrex(Exchange):
temp_error_messages = [ temp_error_messages = [
'NO_API_RESPONSE', 'NO_API_RESPONSE',
'MIN_TRADE_REQUIREMENT_NOT_MET', 'MIN_TRADE_REQUIREMENT_NOT_MET',
'INSUFFICIENT_FUNDS'
] ]
if response['message'] in temp_error_messages: if response['message'] in temp_error_messages:
raise ContentDecodingError(response['message']) raise ContentDecodingError(response['message'])