Добавление имени аккаунта
test / deploy_trader_prod (push) Successful in 1m18s
Details
test / deploy_trader_prod (push) Successful in 1m18s
Details
parent
e5eee25042
commit
9573756599
|
@ -27,7 +27,7 @@ namespace KLHZ.Trader.Core.Exchange.Services
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
await acc.Init(accountId);
|
await acc.Init(accountId, accountName);
|
||||||
Accounts[accountId] = acc;
|
Accounts[accountId] = acc;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue