Merge 209370f323
into eb8503c547
This commit is contained in:
commit
368c2804c0
@ -50,6 +50,7 @@ class Bittrex(Exchange):
|
||||
temp_error_messages = [
|
||||
'NO_API_RESPONSE',
|
||||
'MIN_TRADE_REQUIREMENT_NOT_MET',
|
||||
'INSUFFICIENT_FUNDS'
|
||||
]
|
||||
if response['message'] in temp_error_messages:
|
||||
raise ContentDecodingError(response['message'])
|
||||
|
Loading…
Reference in New Issue
Block a user