mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Added missing error to ERRORS (#136)
* Added missing error to ERRORS * bump version
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
1.1.14
|
||||
-) bfx_websockets.py ERRORS dictionary now contains a message for error number 10305
|
||||
|
||||
1.1.13
|
||||
-) Adding balance_available to the Wallet.
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
This module contains the current version of the bfxapi lib
|
||||
"""
|
||||
|
||||
__version__ = '1.1.13'
|
||||
__version__ = '1.1.14'
|
||||
|
||||
@@ -96,6 +96,7 @@ ERRORS = {
|
||||
10200: 'Error in un-authentication request',
|
||||
10300: 'Subscription Failed (generic)',
|
||||
10301: 'Already Subscribed',
|
||||
10305: 'Reached limit of open channels',
|
||||
10302: 'Unknown channel',
|
||||
10400: 'Subscription Failed (generic)',
|
||||
10401: 'Not subscribed',
|
||||
|
||||
Reference in New Issue
Block a user