Update initialized property
This commit is contained in:
@@ -344,7 +344,7 @@ public class AccountService : IAccountService
|
||||
exchangeStatuses.Add(new ExchangeApprovalStatus
|
||||
{
|
||||
Exchange = TradingExchanges.GmxV2,
|
||||
IsApproved = account.IsGmxInitialized
|
||||
IsInitialized = account.IsGmxInitialized
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user