From 957375659916c653203e94eccd5c751ea60ae715 Mon Sep 17 00:00:00 2001 From: vlad zverzhkhovskiy Date: Tue, 23 Sep 2025 11:19:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=B0?= =?UTF-8?q?=D0=BA=D0=BA=D0=B0=D1=83=D0=BD=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs b/KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs index e1995e2..6cfc547 100644 --- a/KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs +++ b/KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs @@ -27,7 +27,7 @@ namespace KLHZ.Trader.Core.Exchange.Services } else { - await acc.Init(accountId); + await acc.Init(accountId, accountName); Accounts[accountId] = acc; return; }