added fix for insufficient funds error from bitrex, looking at possibility to test it it
This commit is contained in:
@@ -14,3 +14,10 @@ class OperationalException(BaseException):
|
||||
Requires manual intervention.
|
||||
This happens when an exchange returns an unexpected error during runtime.
|
||||
"""
|
||||
|
||||
|
||||
class NotEnoughFundsExeption(BaseException):
|
||||
"""
|
||||
This happens when the exchange reports that not enough funds where available. We do not want to stop
|
||||
the bot in this case and just keep it going and suppress this message
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user