Добавление имени аккаунта
test / deploy_trader_prod (push) Successful in 1m18s Details

dev
vlad zverzhkhovskiy 2025-09-23 11:19:08 +03:00
parent e5eee25042
commit 9573756599
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }