1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-12 00:43:03 +00:00

Update SpotClient.razor

This commit is contained in:
Jkorf
2022-02-17 16:32:53 +01:00
parent e7400ce334
commit 31111006c7
@@ -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);
}
}