mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
-) Fixed issue in confirm_order_new() (the keys of the dict pending_orders are the cids of the orders, and not the ids)
6 lines
91 B
Python
6 lines
91 B
Python
"""
|
|
This module contains the current version of the bfxapi lib
|
|
"""
|
|
|
|
__version__ = '1.1.11'
|