You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can place order to a delegated account ,but came across the following error when cancel the order, anyone ever met with this or have ideas about this error?
raise AttributeError("transaction has not been signed correctly")
AttributeError: transaction has not been signed correctly
await drift_client.cancel_order(order_id=2)
The text was updated successfully, but these errors were encountered:
I can place order to a delegated account ,but came across the following error when cancel the order, anyone ever met with this or have ideas about this error?
raise AttributeError("transaction has not been signed correctly")
AttributeError: transaction has not been signed correctly
await drift_client.cancel_order(order_id=2)
The text was updated successfully, but these errors were encountered: