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