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
Linux
The C library function SignUpdateLeverage always generates transaction data with MarginMode: 0 (Cross), even when margin_mode=1 (Isolated) is passed as parameter. Expected behavior:
When margin_mode=1 is passed, the output JSON should contain "MarginMode": 1. Actual behavior:
Output always contains "MarginMode": 0, regardless of input.