mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
correct function name not found error.
This commit is contained in:
@@ -547,7 +547,7 @@ class BfxRest:
|
|||||||
payload['meta']['aff_code'] = str(aff_code)
|
payload['meta']['aff_code'] = str(aff_code)
|
||||||
endpoint = "auth/w/order/submit"
|
endpoint = "auth/w/order/submit"
|
||||||
raw_notification = await self.post(endpoint, payload)
|
raw_notification = await self.post(endpoint, payload)
|
||||||
return Notification.from_raw_order(raw_notification)
|
return Notification.from_raw_notification(raw_notification)
|
||||||
|
|
||||||
async def submit_cancel_order(self, orderId):
|
async def submit_cancel_order(self, orderId):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user