From db0bbb5546d47b99c6ed9dc289c4f47e6eac4705 Mon Sep 17 00:00:00 2001 From: okxapi <115602548+okxapi@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:49:13 +0800 Subject: [PATCH] Update WsPrivateAsyncTest.py --- test/WsPrivateAsyncTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/WsPrivateAsyncTest.py b/test/WsPrivateAsyncTest.py index 41c5626..ba7fcff 100644 --- a/test/WsPrivateAsyncTest.py +++ b/test/WsPrivateAsyncTest.py @@ -18,7 +18,7 @@ async def main(): ) await ws.start() args = [] - arg1 = {"channel": "account", "instType": "BTC"} + arg1 = {"channel": "account", "ccy": "BTC"} arg2 = {"channel": "orders", "instType": "ANY"} arg3 = {"channel": "balance_and_position"} args.append(arg1)