1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 07:56:12 +00:00

Update SpotClient.razor

This commit is contained in:
Jkorf 2022-02-17 16:32:53 +01:00
parent e7400ce334
commit 31111006c7

View File

@ -49,7 +49,6 @@
foreach(var task in tasks)
{
if(task.Item2.Result.Success)
// TODO new version
_prices.Add(task.Item1, task.Item2.Result.Data.HighPrice);
}
}