Files
bitfinex-api-py/bfxapi/version.py
Dario Moceri 50c52b77ab -) Removed pendingOrders from BfxWebsocket() (it was not used anywhere)
-) Fixed issue in confirm_order_new() (the keys of the dict pending_orders are the cids of the orders, and not the ids)
2021-03-15 16:35:00 +01:00

6 lines
91 B
Python

"""
This module contains the current version of the bfxapi lib
"""
__version__ = '1.1.11'