Added missing error to ERRORS (#136)

* Added missing error to ERRORS
* bump version
This commit is contained in:
Dario Moceri
2021-04-23 13:23:05 +02:00
committed by GitHub
parent e1f5254372
commit fa6ec4e718
3 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib
"""
__version__ = '1.1.13'
__version__ = '1.1.14'

View File

@@ -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',