-) 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)
This commit is contained in:
Dario Moceri
2021-03-15 16:18:15 +01:00
committed by Robert Kowalski
parent e39ed1c491
commit 50c52b77ab
5 changed files with 10 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ from os import path
here = path.abspath(path.dirname(__file__))
setup(
name='bitfinex-api-py',
version='1.1.10',
version='1.1.11',
description='Official Bitfinex Python API',
long_description='A Python reference implementation of the Bitfinex API for both REST and websocket interaction',
long_description_content_type='text/markdown',